提交 fa15c79b 编写于 作者: T Tomi Valkeinen

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: NTomi Valkeinen <tomi.valkeinen@nokia.com>
上级 26a8c250
...@@ -2279,16 +2279,8 @@ EXPORT_SYMBOL(dsi_vc_dcs_read_2); ...@@ -2279,16 +2279,8 @@ EXPORT_SYMBOL(dsi_vc_dcs_read_2);
int dsi_vc_set_max_rx_packet_size(int channel, u16 len) int dsi_vc_set_max_rx_packet_size(int channel, u16 len)
{ {
int r; return dsi_vc_send_short(channel, DSI_DT_SET_MAX_RET_PKG_SIZE,
r = dsi_vc_send_short(channel, DSI_DT_SET_MAX_RET_PKG_SIZE,
len, 0); len, 0);
if (r)
return r;
r = dsi_vc_send_bta_sync(channel);
return r;
} }
EXPORT_SYMBOL(dsi_vc_set_max_rx_packet_size); EXPORT_SYMBOL(dsi_vc_set_max_rx_packet_size);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册