Lines Matching refs:xoffset
425 u32 xoffset, yoffset; member
1043 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local
1055 xoffset = var->xoffset; in aty128_var_to_crtc()
1079 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc()
1081 if (vxres < xres + xoffset) in aty128_var_to_crtc()
1082 vxres = xres + xoffset; in aty128_var_to_crtc()
1158 crtc->xoffset = xoffset; in aty128_var_to_crtc()
1272 var->xoffset = crtc->xoffset; in aty128_crtc_to_var()
1628 u32 xoffset, yoffset; in aty128fb_pan_display() local
1635 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display()
1638 if (xoffset+xres > par->crtc.vxres || yoffset+yres > par->crtc.vyres) in aty128fb_pan_display()
1641 par->crtc.xoffset = xoffset; in aty128fb_pan_display()
1644 offset = ((yoffset * par->crtc.vxres + xoffset) * (par->crtc.bpp >> 3)) in aty128fb_pan_display()