Searched refs:OMAP_VRFB_LINE_LEN (Results 1 – 3 of 3) sorted by relevance
109 return (OMAP_VRFB_LINE_LEN - image_width_roundup) * VRFB_PAGE_HEIGHT * in get_extra_physical_size()139 if (image_width_roundup > OMAP_VRFB_LINE_LEN) in omap_vrfb_min_phys_size()154 if (image_width_roundup > OMAP_VRFB_LINE_LEN) in omap_vrfb_max_height()233 unsigned long size = height * OMAP_VRFB_LINE_LEN * vrfb->bytespp; in omap_vrfb_map_angle()
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()562 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 2; in setup_vrfb_rotation()566 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 3; in setup_vrfb_rotation()608 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 2; in set_fb_fix()612 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 3; in set_fb_fix()
12 #define OMAP_VRFB_LINE_LEN 2048 macro