Lines Matching refs:xres

795                                 var->xres, var->yres, var->bits_per_pixel);  in radeonfb_check_var()
801 if (v.xres_virtual < v.xres) in radeonfb_check_var()
802 v.xres_virtual = v.xres; in radeonfb_check_var()
819 if (v.xres_virtual < v.xres) in radeonfb_check_var()
820 v.xres = v.xres_virtual; in radeonfb_check_var()
822 if (v.xoffset > v.xres_virtual - v.xres) in radeonfb_check_var()
823 v.xoffset = v.xres_virtual - v.xres - 1; in radeonfb_check_var()
843 if ((var->xoffset + info->var.xres > info->var.xres_virtual) in radeonfb_pan_display()
1556 hSyncStart = mode->xres + mode->right_margin; in radeonfb_set_par()
1570 if (rinfo->panel_info.xres < mode->xres) in radeonfb_set_par()
1571 mode->xres = rinfo->panel_info.xres; in radeonfb_set_par()
1575 hTotal = mode->xres + rinfo->panel_info.hblank; in radeonfb_set_par()
1576 hSyncStart = mode->xres + rinfo->panel_info.hOver_plus; in radeonfb_set_par()
1653 (((mode->xres / 8) - 1) << 16)); in radeonfb_set_par()
1732 if (mode->xres > rinfo->panel_info.xres) in radeonfb_set_par()
1733 mode->xres = rinfo->panel_info.xres; in radeonfb_set_par()
1737 newmode->fp_horz_stretch = (((rinfo->panel_info.xres / 8) - 1) in radeonfb_set_par()
1742 if (mode->xres != rinfo->panel_info.xres) { in radeonfb_set_par()
1743 hRatio = round_div(mode->xres * HORZ_STRETCH_RATIO_MAX, in radeonfb_set_par()
1744 rinfo->panel_info.xres); in radeonfb_set_par()
1813 (((mode->xres / 8) - 1) << 16)); in radeonfb_set_par()
1841 btext_update_display(rinfo->fb_base_phys, mode->xres, mode->yres, in radeonfb_set_par()