aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 88ac6e8f668..ef14ac55202 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -724,6 +724,8 @@ void omapdss_dsi_set_timings(struct omap_dss_device *dssdev,
724void omapdss_dsi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h); 724void omapdss_dsi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h);
725void omapdss_dsi_set_pixel_format(struct omap_dss_device *dssdev, 725void omapdss_dsi_set_pixel_format(struct omap_dss_device *dssdev,
726 enum omap_dss_dsi_pixel_format fmt); 726 enum omap_dss_dsi_pixel_format fmt);
727void omapdss_dsi_set_operation_mode(struct omap_dss_device *dssdev,
728 enum omap_dss_dsi_mode mode);
727 729
728int omap_dsi_update(struct omap_dss_device *dssdev, int channel, 730int omap_dsi_update(struct omap_dss_device *dssdev, int channel,
729 void (*callback)(int, void *), void *data); 731 void (*callback)(int, void *), void *data);