aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-15 03:40:15 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-08-29 09:21:52 -0400
commit86a3efe150af25e7ca495d4ea46c6aa69c3d462a (patch)
treeccf0b2daadc60ac591462cd842bf393105a5a5a0 /include/video
parent05cefbe2f22e551594c5ec618102a35317bd050d (diff)
OMAPDSS: DPI: remove code related to old panel model
Now that the old panel drivers have been removed, we can remove the old-model API and related code from the DSS encoder drivers. This patch removes the code from the DPI driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 3b68dc2c6410..1199e3beb7be 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -1038,14 +1038,6 @@ int omapdss_dsi_display_enable(struct omap_dss_device *dssdev);
1038void omapdss_dsi_display_disable(struct omap_dss_device *dssdev, 1038void omapdss_dsi_display_disable(struct omap_dss_device *dssdev,
1039 bool disconnect_lanes, bool enter_ulps); 1039 bool disconnect_lanes, bool enter_ulps);
1040 1040
1041int omapdss_dpi_display_enable(struct omap_dss_device *dssdev);
1042void omapdss_dpi_display_disable(struct omap_dss_device *dssdev);
1043void omapdss_dpi_set_timings(struct omap_dss_device *dssdev,
1044 struct omap_video_timings *timings);
1045int dpi_check_timings(struct omap_dss_device *dssdev,
1046 struct omap_video_timings *timings);
1047void omapdss_dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines);
1048
1049int omapdss_sdi_display_enable(struct omap_dss_device *dssdev); 1041int omapdss_sdi_display_enable(struct omap_dss_device *dssdev);
1050void omapdss_sdi_display_disable(struct omap_dss_device *dssdev); 1042void omapdss_sdi_display_disable(struct omap_dss_device *dssdev);
1051void omapdss_sdi_set_timings(struct omap_dss_device *dssdev, 1043void omapdss_sdi_set_timings(struct omap_dss_device *dssdev,