Searched refs:iH (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 152 asyh->view.iH = umode_vdisplay; in nv50_head_atomic_check_view() 189 asyh->view.oH = min(asyh->view.iH, asyh->view.oH); in nv50_head_atomic_check_view() 207 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view() 209 u32 r = (asyh->view.iW << 19) / asyh->view.iH; in nv50_head_atomic_check_view() 213 u32 r = (asyh->view.iH << 19) / asyh->view.iW; in nv50_head_atomic_check_view()
|
D | atom.h | 30 u16 iH; member
|
D | headc37d.c | 266 NVVAL(NVC37D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in headc37d_view()
|
D | head507d.c | 418 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in head507d_view()
|
D | head907d.c | 398 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in head907d_view()
|