소스 검색

Revert "disp: msm: dsi: wait for mdp idle before roi update"

This reverts commit 9184f0dbd383af314112f1f6038a4143c44a5837.

Reason for revert: Janks are observed with bouncing ball test.

Change-Id: I5fd3dd5c7abf83cdaa141ccc42271e3ff899cfce
Signed-off-by: Anand Tarakh <[email protected]>
Anand Tarakh 10 달 전
부모
커밋
55ec06a914
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      msm/dsi/dsi_display.c

+ 0 - 4
msm/dsi/dsi_display.c

@@ -8605,10 +8605,6 @@ static int dsi_display_set_roi(struct dsi_display *display,
 		if (!changed)
 			continue;
 
-		rc = dsi_ctrl_wait_for_cmd_mode_mdp_idle(ctrl->ctrl);
-		if (rc)
-			DSI_ERR("wait for cmd mode mdp idle failed rc = %d", rc);
-
 		/* re-program the ctrl with the timing based on the new roi */
 		rc = dsi_ctrl_timing_setup(ctrl->ctrl);
 		if (rc) {