Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/
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()