Lines Matching refs:yoffset
418 u32 xoffset, yoffset;
1036 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst;
1049 yoffset = var->yoffset;
1077 if (vyres < yres + yoffset)
1078 vyres = yres + yoffset;
1152 crtc->yoffset = yoffset;
1266 var->yoffset = crtc->yoffset;
1621 u32 xoffset, yoffset;
1629 yoffset = var->yoffset;
1631 if (xoffset+xres > par->crtc.vxres || yoffset+yres > par->crtc.vyres)
1635 par->crtc.yoffset = yoffset;
1637 offset = ((yoffset * par->crtc.vxres + xoffset) * (par->crtc.bpp >> 3))