Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c143 asyh->view.oH = omode_vdisplay; in nv50_head_atomic_check_view()
154 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()
158 if (bY) asyh->view.oH -= (bY * 2); in nv50_head_atomic_check_view()
159 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
162 if (bY) asyh->view.oH -= (bY * 2); in nv50_head_atomic_check_view()
163 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
173 asyh->view.oH = min((u16)umode_vdisplay, asyh->view.oH); in nv50_head_atomic_check_view()
176 if (asyh->view.oH < asyh->view.oW) { in nv50_head_atomic_check_view()
178 asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
181 asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
Dhead907d.c258 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
259 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
260 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
Dhead507d.c301 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head507d_view()
302 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head507d_view()
Datom.h28 u16 oH; member
Dheadc37d.c193 evo_data(push, (asyh->view.oH << 16) | asyh->view.oW); in headc37d_view()