Searched refs:VRFB_PAGE_WIDTH (Results 1 – 1 of 1) sorted by relevance
38 #define VRFB_PAGE_WIDTH (1 << VRFB_PAGE_WIDTH_EXP) macro97 unsigned long ceil_pages_per_stride = (stride / VRFB_PAGE_WIDTH) + in get_image_width_roundup()98 (stride % VRFB_PAGE_WIDTH != 0); in get_image_width_roundup()100 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp; in get_image_width_roundup()130 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_adjust_size()200 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()