Home
last modified time | relevance | path

Searched refs:oH (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c142 asyh->view.oH = omode_vdisplay; in nv50_head_atomic_check_view()
153 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()
157 if (bY) asyh->view.oH -= (bY * 2); in nv50_head_atomic_check_view()
158 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
161 if (bY) asyh->view.oH -= (bY * 2); in nv50_head_atomic_check_view()
162 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
175 asyh->view.oH = min(asyh->view.iH, asyh->view.oH); in nv50_head_atomic_check_view()
193 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view()
196 asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
200 asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
Dhead907d.c276 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
277 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
278 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
Dhead507d.c320 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head507d_view()
321 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head507d_view()
Datom.h28 u16 oH; member
Dheadc37d.c194 evo_data(push, (asyh->view.oH << 16) | asyh->view.oW); in headc37d_view()