Lines Matching refs:yoffset
160 offset = vrfb->yoffset; in omapfb_get_vrfb_offset()
163 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset; in omapfb_get_vrfb_offset()
691 if (var->yres + var->yoffset > var->yres_virtual) in check_fb_var()
692 var->yoffset = var->yres_virtual - var->yres; in check_fb_var()
765 offset = var->yoffset * fix->line_length + in calc_rotation_offset_dma()
786 offset += var->yoffset * fix->line_length + in calc_rotation_offset_vrfb()
789 offset -= var->yoffset * fix->line_length + in calc_rotation_offset_vrfb()
793 var->yoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
796 var->yoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
823 var->xoffset, var->yoffset, offset); in omapfb_calc_addr()
1048 var->yoffset == fbi->var.yoffset) in omapfb_pan_display()
1053 new_var.yoffset = var->yoffset; in omapfb_pan_display()