Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c107 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) in get_extra_physical_size() function
142 return (width * height * bytespp) + get_extra_physical_size( in omap_vrfb_min_phys_size()
157 extra = get_extra_physical_size(image_width_roundup, bytespp); in omap_vrfb_max_height()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c107 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) in get_extra_physical_size() function
142 return (width * height * bytespp) + get_extra_physical_size( in omap_vrfb_min_phys_size()
157 extra = get_extra_physical_size(image_width_roundup, bytespp); in omap_vrfb_max_height()

Completed in 2 milliseconds