Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Dvrfb.c49 #define VRFB_PAGE_WIDTH (1 << VRFB_PAGE_WIDTH_EXP) macro
108 unsigned long ceil_pages_per_stride = (stride / VRFB_PAGE_WIDTH) + in get_image_width_roundup()
109 (stride % VRFB_PAGE_WIDTH != 0); in get_image_width_roundup()
111 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp; in get_image_width_roundup()
141 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_adjust_size()
211 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()