diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-15 03:40:15 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-29 09:21:52 -0400 |
commit | 86a3efe150af25e7ca495d4ea46c6aa69c3d462a (patch) | |
tree | ccf0b2daadc60ac591462cd842bf393105a5a5a0 /include/video | |
parent | 05cefbe2f22e551594c5ec618102a35317bd050d (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.h | 8 |
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); | |||
1038 | void omapdss_dsi_display_disable(struct omap_dss_device *dssdev, | 1038 | void 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 | ||
1041 | int omapdss_dpi_display_enable(struct omap_dss_device *dssdev); | ||
1042 | void omapdss_dpi_display_disable(struct omap_dss_device *dssdev); | ||
1043 | void omapdss_dpi_set_timings(struct omap_dss_device *dssdev, | ||
1044 | struct omap_video_timings *timings); | ||
1045 | int dpi_check_timings(struct omap_dss_device *dssdev, | ||
1046 | struct omap_video_timings *timings); | ||
1047 | void omapdss_dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines); | ||
1048 | |||
1049 | int omapdss_sdi_display_enable(struct omap_dss_device *dssdev); | 1041 | int omapdss_sdi_display_enable(struct omap_dss_device *dssdev); |
1050 | void omapdss_sdi_display_disable(struct omap_dss_device *dssdev); | 1042 | void omapdss_sdi_display_disable(struct omap_dss_device *dssdev); |
1051 | void omapdss_sdi_set_timings(struct omap_dss_device *dssdev, | 1043 | void omapdss_sdi_set_timings(struct omap_dss_device *dssdev, |