Lines Matching refs:xoffset
418 u32 xoffset, yoffset; member
1036 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local
1048 xoffset = var->xoffset; in aty128_var_to_crtc()
1072 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc()
1074 if (vxres < xres + xoffset) in aty128_var_to_crtc()
1075 vxres = xres + xoffset; in aty128_var_to_crtc()
1151 crtc->xoffset = xoffset; in aty128_var_to_crtc()
1265 var->xoffset = crtc->xoffset; in aty128_crtc_to_var()
1621 u32 xoffset, yoffset; in aty128fb_pan_display() local
1628 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display()
1631 if (xoffset+xres > par->crtc.vxres || yoffset+yres > par->crtc.vyres) in aty128fb_pan_display()
1634 par->crtc.xoffset = xoffset; in aty128fb_pan_display()
1637 offset = ((yoffset * par->crtc.vxres + xoffset) * (par->crtc.bpp >> 3)) in aty128fb_pan_display()