Lines Matching refs:xres
918 var->xres, var->yres, var->bits_per_pixel); in radeonfb_check_var()
924 if (v.xres_virtual < v.xres) in radeonfb_check_var()
925 v.xres_virtual = v.xres; in radeonfb_check_var()
942 if (v.xres_virtual < v.xres) in radeonfb_check_var()
943 v.xres = v.xres_virtual; in radeonfb_check_var()
945 if (v.xoffset > v.xres_virtual - v.xres) in radeonfb_check_var()
946 v.xoffset = v.xres_virtual - v.xres - 1; in radeonfb_check_var()
966 if ((var->xoffset + info->var.xres > info->var.xres_virtual) in radeonfb_pan_display()
1679 hSyncStart = mode->xres + mode->right_margin; in radeonfb_set_par()
1693 if (rinfo->panel_info.xres < mode->xres) in radeonfb_set_par()
1694 mode->xres = rinfo->panel_info.xres; in radeonfb_set_par()
1698 hTotal = mode->xres + rinfo->panel_info.hblank; in radeonfb_set_par()
1699 hSyncStart = mode->xres + rinfo->panel_info.hOver_plus; in radeonfb_set_par()
1776 (((mode->xres / 8) - 1) << 16)); in radeonfb_set_par()
1855 if (mode->xres > rinfo->panel_info.xres) in radeonfb_set_par()
1856 mode->xres = rinfo->panel_info.xres; in radeonfb_set_par()
1860 newmode->fp_horz_stretch = (((rinfo->panel_info.xres / 8) - 1) in radeonfb_set_par()
1865 if (mode->xres != rinfo->panel_info.xres) { in radeonfb_set_par()
1866 hRatio = round_div(mode->xres * HORZ_STRETCH_RATIO_MAX, in radeonfb_set_par()
1867 rinfo->panel_info.xres); in radeonfb_set_par()
1936 (((mode->xres / 8) - 1) << 16)); in radeonfb_set_par()
1964 btext_update_display(rinfo->fb_base_phys, mode->xres, mode->yres, in radeonfb_set_par()