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 <quic_atarakh@quicinc.com>
This commit is contained in:
Anand Tarakh 2024-08-09 01:17:04 -07:00
parent b98837b278
commit 55ec06a914

View File

@ -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) {