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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 147 asyh->view.oH = omode_vdisplay;
158 u32 r = (asyh->view.oH << 19) / asyh->view.oW;
162 if (bY) asyh->view.oH -= (bY * 2);
163 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19;
166 if (bY) asyh->view.oH -= (bY * 2);
167 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19;
180 asyh->view.oH = min(asyh->view.iH, asyh->view.oH);
195 * inputAR = iW / iH; outputAR = oW / oH
196 * outputAR > inputAR is equivalent to oW * iH > iW * oH
    [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 35 u16 oH;
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 13 milliseconds