summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2010-05-14 17:42:07 +0300
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-08-05 16:52:04 +0300
commitfa15c79b9a75cdc5eaabfed7413a9e098c841022 (patch)
treeab4f73ed6c3d200e25878299d714d89626ee4c6c /drivers/video
parent26a8c2507a224d39003665cd6e7678520c733c04 (diff)
downloadop-kernel-dev-fa15c79b9a75cdc5eaabfed7413a9e098c841022.zip
op-kernel-dev-fa15c79b9a75cdc5eaabfed7413a9e098c841022.tar.gz
OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_size
SMRPS function always sent BTA after sending the SMRPS packet. This is not needed, and also caused some (buggy) panels to bug. This patch removes the BTA. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dss/dsi.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index d0881e9..18fe332 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -2279,16 +2279,8 @@ EXPORT_SYMBOL(dsi_vc_dcs_read_2);
int dsi_vc_set_max_rx_packet_size(int channel, u16 len)
{
- int r;
- r = dsi_vc_send_short(channel, DSI_DT_SET_MAX_RET_PKG_SIZE,
+ return dsi_vc_send_short(channel, DSI_DT_SET_MAX_RET_PKG_SIZE,
len, 0);
-
- if (r)
- return r;
-
- r = dsi_vc_send_bta_sync(channel);
-
- return r;
}
EXPORT_SYMBOL(dsi_vc_set_max_rx_packet_size);
OpenPOWER on IntegriCloud