Lines Matching refs:xoffset
795 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; in aty_var_to_crtc() local
807 xoffset = (var->xoffset + 7) & ~7; in aty_var_to_crtc()
816 if (vxres < xres + xoffset) in aty_var_to_crtc()
817 vxres = xres + xoffset; in aty_var_to_crtc()
1002 crtc->xoffset = xoffset; in aty_var_to_crtc()
1006 ((yoffset * line_length + xoffset * bpp / 8) / 8) | in aty_var_to_crtc()
1568 u32 xoffset = info->var.xoffset; in set_off_pitch() local
1574 ((yoffset * line_length + xoffset * bpp / 8) / 8) | in set_off_pitch()
1737 u32 xres, yres, xoffset, yoffset; in atyfb_pan_display() local
1743 xoffset = (var->xoffset + 7) & ~7; in atyfb_pan_display()
1745 if (xoffset + xres > par->crtc.vxres || in atyfb_pan_display()
1748 info->var.xoffset = xoffset; in atyfb_pan_display()
3093 var->xoffset = var->yoffset = 0; in atyfb_setup_sparc()