Home
last modified time | relevance | path

Searched refs:VRFB_PAGE_WIDTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c37 #define VRFB_PAGE_WIDTH (1 << VRFB_PAGE_WIDTH_EXP) macro
96 unsigned long ceil_pages_per_stride = (stride / VRFB_PAGE_WIDTH) + in get_image_width_roundup()
97 (stride % VRFB_PAGE_WIDTH != 0); in get_image_width_roundup()
99 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp; in get_image_width_roundup()
129 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_adjust_size()
199 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c37 #define VRFB_PAGE_WIDTH (1 << VRFB_PAGE_WIDTH_EXP) macro
96 unsigned long ceil_pages_per_stride = (stride / VRFB_PAGE_WIDTH) + in get_image_width_roundup()
97 (stride % VRFB_PAGE_WIDTH != 0); in get_image_width_roundup()
99 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp; in get_image_width_roundup()
129 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_adjust_size()
199 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()

Completed in 2 milliseconds