Lines Matching refs:vxres
793 static u32 calc_line_length(struct atyfb_par *par, u32 vxres, u32 bpp) in calc_line_length() argument
795 u32 line_length = vxres * bpp / 8; in calc_line_length()
809 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; in aty_var_to_crtc() local
819 vxres = (var->xres_virtual + 7) & ~7; in aty_var_to_crtc()
830 if (vxres < xres + xoffset) in aty_var_to_crtc()
831 vxres = xres + xoffset; in aty_var_to_crtc()
871 line_length = calc_line_length(par, vxres, bpp); in aty_var_to_crtc()
1008 crtc->vxres = vxres; in aty_var_to_crtc()
1259 var->xres_virtual = crtc->vxres; in aty_crtc_to_var()
1459 par->crtc.vxres * var->bits_per_pixel / 8); in atyfb_set_par()
1739 if (xoffset + xres > par->crtc.vxres || in atyfb_pan_display()
1825 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()
3070 crtc.vxres = of_getintprop_default(dp, "width", 1024); in atyfb_setup_sparc()