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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 143 asyh->view.iH = umode_vdisplay;
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
198 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) {
200 u32 r = (asyh->view.iW << 19) / asyh->view.iH;
204 u32 r = (asyh->view.iH << 19) / asyh->view.iW;
atom.h 33 u16 iH;
nouveau_dispnv50_headc37d.c 201 evo_data(push, (asyh->view.iH << 16) | asyh->view.iW);
nouveau_dispnv50_head507d.c 335 evo_data(push, asyh->view.iH << 16 | asyh->view.iW);
nouveau_dispnv50_head907d.c 289 evo_data(push, asyh->view.iH << 16 | asyh->view.iW);

Completed in 12 milliseconds