disp: msm: sde: halt vbif axi ports on power-collapse

Force vbif axi halt on all the power-collapse with/without RSC.
This will keep the logic simple for all targets.

Change-Id: I5a4956cbc1f5875d923d5cf818016fba7ed2c8f7
Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
This commit is contained in:
Veera Sundaram Sankaran
2022-08-26 16:33:06 -07:00
committed by Gerrit - the friendly Code Review server
parent 76f59dbdd1
commit da0cb4e08b

View File

@@ -4604,8 +4604,7 @@ static void sde_kms_handle_power_event(u32 event_type, void *usr)
return; return;
_sde_kms_active_override(sde_kms, true); _sde_kms_active_override(sde_kms, true);
if (!is_sde_rsc_available(SDE_RSC_INDEX)) sde_vbif_axi_halt_request(sde_kms);
sde_vbif_axi_halt_request(sde_kms);
} }
} }