浏览代码

Revert "disp: msm: dsi: increase cmd dma timeout to 1200 milliseconds"

This reverts commit 14e7e9b409346aa77fd08cca6eab85252d9ccabe.
Reverting this for now until we properly understand the reason
for command transfer timeouts that we are hitting for 5k panel.

Change-Id: I0390af66f9ca06abc1ebb81996bb683dea35beac
Signed-off-by: Vara Reddy <[email protected]>
Vara Reddy 2 年之前
父节点
当前提交
001fa8da90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      msm/dsi/dsi_ctrl.c

+ 1 - 1
msm/dsi/dsi_ctrl.c

@@ -25,7 +25,7 @@
 
 #define DSI_CTRL_DEFAULT_LABEL "MDSS DSI CTRL"
 
-#define DSI_CTRL_TX_TO_MS     1200
+#define DSI_CTRL_TX_TO_MS     200
 
 #define TO_ON_OFF(x) ((x) ? "ON" : "OFF")