Lines Matching refs:xoffset
432 u32 xoffset, yoffset; member
1057 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local
1069 xoffset = var->xoffset; in aty128_var_to_crtc()
1093 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc()
1095 if (vxres < xres + xoffset) in aty128_var_to_crtc()
1096 vxres = xres + xoffset; in aty128_var_to_crtc()
1172 crtc->xoffset = xoffset; in aty128_var_to_crtc()
1286 var->xoffset = crtc->xoffset; in aty128_crtc_to_var()
1642 u32 xoffset, yoffset; in aty128fb_pan_display() local
1649 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display()
1652 if (xoffset+xres > par->crtc.vxres || yoffset+yres > par->crtc.vyres) in aty128fb_pan_display()
1655 par->crtc.xoffset = xoffset; in aty128fb_pan_display()
1658 offset = ((yoffset * par->crtc.vxres + xoffset) * (par->crtc.bpp >> 3)) in aty128fb_pan_display()