]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blobdiff - include/linux/omapfb.h
HDMI: Add FB mode database setting support
[android-sdk/kernel-video.git] / include / linux / omapfb.h
old mode 100644 (file)
new mode 100755 (executable)
index 5605c9b..d49cf94
@@ -69,5 +69,9 @@ void __init omapfb_set_lcd_config(const struct omap_lcd_config *config);
 enum omap_color_mode;
 int omapfb_mode_to_dss_mode(struct fb_var_screeninfo *var,
                        enum omap_color_mode *mode);
-
+struct omap_video_timings;
+void omapfb_fb2dss_timings(struct fb_videomode *fb_timings,
+                       struct omap_video_timings *dss_timings);
+void omapfb_dss2fb_timings(struct omap_video_timings *dss_timings,
+                       struct fb_videomode *fb_timings);
 #endif /* __OMAPFB_H */