Lines Matching refs:xoffset
418 u32 xoffset, yoffset; member
1034 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local
1046 xoffset = var->xoffset; in aty128_var_to_crtc()
1070 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc()
1072 if (vxres < xres + xoffset) in aty128_var_to_crtc()
1073 vxres = xres + xoffset; in aty128_var_to_crtc()
1149 crtc->xoffset = xoffset; in aty128_var_to_crtc()
1263 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()