Go to the documentation of this file.
23 #ifndef __DRIVERS_VIDEO_OMAP2_OMAPFB_H__
24 #define __DRIVERS_VIDEO_OMAP2_OMAPFB_H__
26 #ifdef CONFIG_FB_OMAP2_DEBUG_SUPPORT
35 extern bool omapfb_debug;
36 #define DBG(format, ...) \
39 printk(KERN_DEBUG "OMAPFB: " format, ## __VA_ARGS__); \
42 #define DBG(format, ...)
45 #define FB2OFB(fb_info) ((struct omapfb_info *)(fb_info->par))
48 #define OMAPFB_MAX_OVL_PER_FB 3
165 if (fbdev->
displays[i].dssdev == dssdev)
183 static inline int omapfb_overlay_enable(
struct omap_overlay *ovl,