Browse Source

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 years ago
parent
commit
001fa8da90
1 changed files with 1 additions and 1 deletions
  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")