Lines Matching refs:xoffset
174 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset; in omapfb_get_vrfb_offset()
177 offset = vrfb->xoffset * OMAP_VRFB_LINE_LEN; in omapfb_get_vrfb_offset()
700 if (var->xres + var->xoffset > var->xres_virtual) in check_fb_var()
701 var->xoffset = var->xres_virtual - var->xres; in check_fb_var()
777 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_dma()
798 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
801 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
803 offset -= var->xoffset * fix->line_length + in calc_rotation_offset_vrfb()
806 offset += var->xoffset * fix->line_length + in calc_rotation_offset_vrfb()
834 var->xoffset, var->yoffset, offset); in omapfb_calc_addr()
1057 if (var->xoffset == fbi->var.xoffset && in omapfb_pan_display()
1062 new_var.xoffset = var->xoffset; in omapfb_pan_display()