Lines Matching refs:vxres
788 static u32 calc_line_length(struct atyfb_par *par, u32 vxres, u32 bpp) in calc_line_length() argument
790 u32 line_length = vxres * bpp / 8; in calc_line_length()
804 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; in aty_var_to_crtc() local
814 vxres = (var->xres_virtual + 7) & ~7; in aty_var_to_crtc()
825 if (vxres < xres + xoffset) in aty_var_to_crtc()
826 vxres = xres + xoffset; in aty_var_to_crtc()
866 line_length = calc_line_length(par, vxres, bpp); in aty_var_to_crtc()
1009 crtc->vxres = vxres; in aty_var_to_crtc()
1273 var->xres_virtual = crtc->vxres; in aty_crtc_to_var()
1473 par->crtc.vxres * var->bits_per_pixel / 8); in atyfb_set_par()
1754 if (xoffset + xres > par->crtc.vxres || in atyfb_pan_display()
1840 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()
3071 crtc.vxres = of_getintprop_default(dp, "width", 1024); in atyfb_setup_sparc()