Lines Matching refs:xres
392 var->xres_virtual = var->xres; in check_fb_res_bounds()
400 if (var->xres < xres_min) in check_fb_res_bounds()
401 var->xres = xres_min; in check_fb_res_bounds()
404 if (var->xres > xres_max) in check_fb_res_bounds()
405 var->xres = xres_max; in check_fb_res_bounds()
409 if (var->xres > var->xres_virtual) in check_fb_res_bounds()
410 var->xres = var->xres_virtual; in check_fb_res_bounds()
441 if (var->xres > var->xres_virtual) in shrink_width()
442 var->xres = var->xres_virtual; in shrink_width()
538 else if (vrfb->xres != var->xres_virtual || in setup_vrfb_rotation()
700 if (var->xres + var->xoffset > var->xres_virtual) in check_fb_var()
701 var->xoffset = var->xres_virtual - var->xres; in check_fb_var()
706 var->xres, var->yres, in check_fb_var()
852 int xres, yres; in omapfb_setup_overlay() local
872 xres = var->yres; in omapfb_setup_overlay()
873 yres = var->xres; in omapfb_setup_overlay()
875 xres = var->xres; in omapfb_setup_overlay()
910 info.width = xres; in omapfb_setup_overlay()
971 outh = var->xres; in omapfb_apply_changes()
973 outw = var->xres; in omapfb_apply_changes()
1770 var->xres = h; in omapfb_fb_init()
1773 var->xres = w; in omapfb_fb_init()
1777 var->xres_virtual = var->xres; in omapfb_fb_init()
1796 var->xres = 320; in omapfb_fb_init()
1798 var->xres_virtual = var->xres; in omapfb_fb_init()
2086 timings->x_res = var->xres; in omapfb_mode_to_timings()
2229 t->x_res = m->xres; in fb_videomode_to_omap_timings()
2286 if (m->xres == 2880 || m->xres == 1440) in omapfb_find_best_mode()