Lines Matching refs:xoffset
425 u32 xoffset, yoffset; member
1048 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local
1060 xoffset = var->xoffset; in aty128_var_to_crtc()
1084 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc()
1086 if (vxres < xres + xoffset) in aty128_var_to_crtc()
1087 vxres = xres + xoffset; in aty128_var_to_crtc()
1163 crtc->xoffset = xoffset; in aty128_var_to_crtc()
1277 var->xoffset = crtc->xoffset; in aty128_crtc_to_var()
1633 u32 xoffset, yoffset; in aty128fb_pan_display() local
1640 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display()
1643 if (xoffset+xres > par->crtc.vxres || yoffset+yres > par->crtc.vyres) in aty128fb_pan_display()
1646 par->crtc.xoffset = xoffset; in aty128fb_pan_display()
1649 offset = ((yoffset * par->crtc.vxres + xoffset) * (par->crtc.bpp >> 3)) in aty128fb_pan_display()