Home
last modified time | relevance | path

Searched refs:OMAP_VRFB_LINE_LEN (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Dvrfb.c121 return (OMAP_VRFB_LINE_LEN - image_width_roundup) * VRFB_PAGE_HEIGHT * in get_extra_physical_size()
151 if (image_width_roundup > OMAP_VRFB_LINE_LEN) in omap_vrfb_min_phys_size()
166 if (image_width_roundup > OMAP_VRFB_LINE_LEN) in omap_vrfb_max_height()
245 unsigned long size = height * OMAP_VRFB_LINE_LEN * vrfb->bytespp; in omap_vrfb_map_angle()
Domapfb-main.c174 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()
573 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 2; in setup_vrfb_rotation()
577 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 3; in setup_vrfb_rotation()
619 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 2; in set_fb_fix()
623 (OMAP_VRFB_LINE_LEN * var->bits_per_pixel) >> 3; in set_fb_fix()
/Linux-v4.19/include/video/
Domapvrfb.h24 #define OMAP_VRFB_LINE_LEN 2048 macro