Lines Matching refs:xoffset
163 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset; in omapfb_get_vrfb_offset()
166 offset = vrfb->xoffset * OMAP_VRFB_LINE_LEN; in omapfb_get_vrfb_offset()
689 if (var->xres + var->xoffset > var->xres_virtual) in check_fb_var()
690 var->xoffset = var->xres_virtual - var->xres; in check_fb_var()
766 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_dma()
787 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
790 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
792 offset -= var->xoffset * fix->line_length + in calc_rotation_offset_vrfb()
795 offset += var->xoffset * fix->line_length + in calc_rotation_offset_vrfb()
823 var->xoffset, var->yoffset, offset); in omapfb_calc_addr()
1047 if (var->xoffset == fbi->var.xoffset && in omapfb_pan_display()
1052 new_var.xoffset = var->xoffset; in omapfb_pan_display()