aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-10 03:26:45 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-12-07 10:05:53 -0500
commit8dd2491a4216778a81668581041ba1c06453ed6c (patch)
tree9f33e6a52bb4b7adc781de3763e6c87304c25a4f /include/video
parent6b6f1edfdb6c41e630e4a70d64a8e8817b3170c2 (diff)
OMAPDSS: add omapdss_compat_init()
Add two new exported functions, omapdss_compat_init and omapdss_compat_uninit, which are to be used by omapfb, omap_vout to enable compatibility mode for omapdss. The functions are called by omapdss internally for now, and moved to other drivers later. The compatibility mode is implemented fully in the following patches. For now, enabling compat mode only sets up the private data in apply.c. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index b1248c2d36e1..a9402362d817 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -836,4 +836,7 @@ void omapdss_rfbi_set_data_lines(struct omap_dss_device *dssdev,
836void omapdss_rfbi_set_interface_timings(struct omap_dss_device *dssdev, 836void omapdss_rfbi_set_interface_timings(struct omap_dss_device *dssdev,
837 struct rfbi_timings *timings); 837 struct rfbi_timings *timings);
838 838
839int omapdss_compat_init(void);
840void omapdss_compat_uninit(void);
841
839#endif 842#endif