Home
last modified time | relevance | path

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

/Linux-v6.6/include/video/
Domapvrfb.h33 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() function
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/
Dvrfb.c147 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() function
167 EXPORT_SYMBOL(omap_vrfb_max_height);
Domapfb-main.c453 shrink_height(omap_vrfb_max_height( in check_fb_size()