Searched refs:oW (Results 1 – 5 of 5) sorted by relevance
142 asyh->view.oW = omode_hdisplay; in nv50_head_atomic_check_view()154 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()157 asyh->view.oW -= (bX * 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()161 asyh->view.oW -= (asyh->view.oW >> 4) + 32; in nv50_head_atomic_check_view()163 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()175 asyh->view.oW = min(asyh->view.iW, asyh->view.oW); in nv50_head_atomic_check_view()194 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view()197 asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()201 asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
276 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()
320 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()
27 u16 oW; member
194 evo_data(push, (asyh->view.oH << 16) | asyh->view.oW); in headc37d_view()