aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 2e8bb087fef..38633b29195 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -743,6 +743,7 @@ void omapdss_dpi_set_timings(struct omap_dss_device *dssdev,
743 struct omap_video_timings *timings); 743 struct omap_video_timings *timings);
744int dpi_check_timings(struct omap_dss_device *dssdev, 744int dpi_check_timings(struct omap_dss_device *dssdev,
745 struct omap_video_timings *timings); 745 struct omap_video_timings *timings);
746void omapdss_dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines);
746 747
747int omapdss_sdi_display_enable(struct omap_dss_device *dssdev); 748int omapdss_sdi_display_enable(struct omap_dss_device *dssdev);
748void omapdss_sdi_display_disable(struct omap_dss_device *dssdev); 749void omapdss_sdi_display_disable(struct omap_dss_device *dssdev);