oW 27 drivers/gpu/drm/nouveau/dispnv50/atom.h u16 oW; oW 141 drivers/gpu/drm/nouveau/dispnv50/head.c asyh->view.oW = omode_hdisplay; oW 153 drivers/gpu/drm/nouveau/dispnv50/head.c u32 r = (asyh->view.oH << 19) / asyh->view.oW; oW 156 drivers/gpu/drm/nouveau/dispnv50/head.c asyh->view.oW -= (bX * 2); oW 158 drivers/gpu/drm/nouveau/dispnv50/head.c else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; oW 160 drivers/gpu/drm/nouveau/dispnv50/head.c asyh->view.oW -= (asyh->view.oW >> 4) + 32; oW 162 drivers/gpu/drm/nouveau/dispnv50/head.c else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; oW 174 drivers/gpu/drm/nouveau/dispnv50/head.c asyh->view.oW = min(asyh->view.iW, asyh->view.oW); oW 193 drivers/gpu/drm/nouveau/dispnv50/head.c if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { oW 196 drivers/gpu/drm/nouveau/dispnv50/head.c asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; oW 200 drivers/gpu/drm/nouveau/dispnv50/head.c asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; oW 320 drivers/gpu/drm/nouveau/dispnv50/head507d.c evo_data(push, asyh->view.oH << 16 | asyh->view.oW); oW 321 drivers/gpu/drm/nouveau/dispnv50/head507d.c evo_data(push, asyh->view.oH << 16 | asyh->view.oW); oW 276 drivers/gpu/drm/nouveau/dispnv50/head907d.c evo_data(push, asyh->view.oH << 16 | asyh->view.oW); oW 277 drivers/gpu/drm/nouveau/dispnv50/head907d.c evo_data(push, asyh->view.oH << 16 | asyh->view.oW); oW 278 drivers/gpu/drm/nouveau/dispnv50/head907d.c evo_data(push, asyh->view.oH << 16 | asyh->view.oW); oW 194 drivers/gpu/drm/nouveau/dispnv50/headc37d.c evo_data(push, (asyh->view.oH << 16) | asyh->view.oW);