Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/ !
H A Dvrfb.c108 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) in get_extra_physical_size() argument
110 return (OMAP_VRFB_LINE_LEN - image_width_roundup) * VRFB_PAGE_HEIGHT * in get_extra_physical_size()
137 unsigned long image_width_roundup = get_image_width_roundup(width, in omap_vrfb_min_phys_size() local
140 if (image_width_roundup > OMAP_VRFB_LINE_LEN) in omap_vrfb_min_phys_size()
144 image_width_roundup, bytespp); in omap_vrfb_min_phys_size()
150 unsigned long image_width_roundup = get_image_width_roundup(width, in omap_vrfb_max_height() local
155 if (image_width_roundup > OMAP_VRFB_LINE_LEN) in omap_vrfb_max_height()
158 extra = get_extra_physical_size(image_width_roundup, bytespp); in omap_vrfb_max_height()