Lines Matching refs:xoffset
804 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; in aty_var_to_crtc() local
816 xoffset = (var->xoffset + 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()
1011 crtc->xoffset = xoffset; in aty_var_to_crtc()
1015 ((yoffset * line_length + xoffset * bpp / 8) / 8) | in aty_var_to_crtc()
1577 u32 xoffset = info->var.xoffset; in set_off_pitch() local
1583 ((yoffset * line_length + xoffset * bpp / 8) / 8) | in set_off_pitch()
1746 u32 xres, yres, xoffset, yoffset; in atyfb_pan_display() local
1752 xoffset = (var->xoffset + 7) & ~7; in atyfb_pan_display()
1754 if (xoffset + xres > par->crtc.vxres || in atyfb_pan_display()
1757 info->var.xoffset = xoffset; in atyfb_pan_display()
3074 var->xoffset = var->yoffset = 0; in atyfb_setup_sparc()