Lines Matching refs:yoffset
171 offset = vrfb->yoffset; in omapfb_get_vrfb_offset()
174 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset; in omapfb_get_vrfb_offset()
702 if (var->yres + var->yoffset > var->yres_virtual) in check_fb_var()
703 var->yoffset = var->yres_virtual - var->yres; in check_fb_var()
776 offset = var->yoffset * fix->line_length + in calc_rotation_offset_dma()
797 offset += var->yoffset * fix->line_length + in calc_rotation_offset_vrfb()
800 offset -= var->yoffset * fix->line_length + in calc_rotation_offset_vrfb()
804 var->yoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
807 var->yoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
834 var->xoffset, var->yoffset, offset); in omapfb_calc_addr()
1058 var->yoffset == fbi->var.yoffset) in omapfb_pan_display()
1063 new_var.yoffset = var->yoffset; in omapfb_pan_display()