Searched refs:iW (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c152 asyh->view.iW = umode->hdisplay;
189 asyh->view.oW = min(asyh->view.iW, asyh->view.oW);
205 * inputAR = iW / iH; outputAR = oW / oH
206 * outputAR > inputAR is equivalent to oW * iH > iW * oH
208 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) {
210 u32 r = (asyh->view.iW << 19) / asyh->view.iH;
214 u32 r = (asyh->view.iH << 19) / asyh->view.iW;
H A Datom.h29 u16 iW; member in struct:nv50_head_atom::__anon887
H A Dheadc37d.c265 NVVAL(NVC37D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) |
H A Dhead907d.c395 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) |
H A Dhead507d.c417 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) |

Completed in 336 milliseconds