HomeSort by: relevance | last modified time | path
    Searched refs:oW (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 146 asyh->view.oW = omode_hdisplay;
158 u32 r = (asyh->view.oH << 19) / asyh->view.oW;
161 asyh->view.oW -= (bX * 2);
163 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19;
165 asyh->view.oW -= (asyh->view.oW >> 4) + 32;
167 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19;
179 asyh->view.oW = min(asyh->view.iW, asyh->view.oW);
195 * inputAR = iW / iH; outputAR = oW / o
    [all...]
nouveau_dispnv50_head907d.c 291 evo_data(push, asyh->view.oH << 16 | asyh->view.oW);
292 evo_data(push, asyh->view.oH << 16 | asyh->view.oW);
293 evo_data(push, asyh->view.oH << 16 | asyh->view.oW);
atom.h 34 u16 oW;
nouveau_dispnv50_head507d.c 337 evo_data(push, asyh->view.oH << 16 | asyh->view.oW);
338 evo_data(push, asyh->view.oH << 16 | asyh->view.oW);
nouveau_dispnv50_headc37d.c 203 evo_data(push, (asyh->view.oH << 16) | asyh->view.oW);

Completed in 60 milliseconds