diff options
author | Archit Taneja <archit@ti.com> | 2011-08-22 05:14:27 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 09:16:27 -0400 |
commit | 5c716a04ed1f5b8a3e1a8953b71f89441a70d1d4 (patch) | |
tree | ccccd669711bdb115c638605c69ec1c89fbc9cb7 /include | |
parent | 6ff8aa3182db248db4d91e574254316025c0243c (diff) |
OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2()
Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2(), these are used
when the panel is expected to return 1 and 2 bytes respecitvely. This was manily
used for debugging purposes. These functions should be implemented in the panel
driver if needed.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/omapdss.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 49ffdd201c2d..a8a43de3dd81 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -241,10 +241,6 @@ int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, | |||
241 | u8 *data, int len); | 241 | u8 *data, int len); |
242 | int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, | 242 | int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, |
243 | u8 *buf, int buflen); | 243 | u8 *buf, int buflen); |
244 | int dsi_vc_dcs_read_1(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, | ||
245 | u8 *data); | ||
246 | int dsi_vc_dcs_read_2(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, | ||
247 | u8 *data1, u8 *data2); | ||
248 | int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, | 244 | int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, |
249 | u16 len); | 245 | u16 len); |
250 | int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel); | 246 | int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel); |