disp: msm: sde: reset retire fence when CWB is disabled

Reset retire fence when CWB is disabled. This is an error recovery
if CWB commit failed.

Change-Id: Iec130a869ef94978a54bf73e501a78f91ee4e3af
Signed-off-by: Xiaowen Wu <wxiaowen@codeaurora.org>
Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
Xiaowen Wu
2021-05-12 16:27:29 -07:00
committed by Samantha Tran
parent 807f03d2c9
commit b33789b39b

View File

@@ -1802,6 +1802,8 @@ static void sde_encoder_phys_wb_disable(struct sde_encoder_phys *phys_enc)
return;
}
if (phys_enc->connector)
sde_connector_commit_reset(phys_enc->connector, ktime_get());
goto exit;
}