qcacld-3.0: Set HIF PM link state on in RTPM suspend failure flow
HIF PM link state is used to indicate bus is alive or not. This indicates RING HP/TP updating directly or using async method.In RTPM suspend failure flow, CLD reject RTPM suspent request, but state is not resumed correctly. Change-Id: I3b96dc1fb34e2810d721e1fcb4db609a3d1d684d CRs-Fixed: 2919930
This commit is contained in:

committed by
Madan Koyyalamudi

parent
653fb55af8
commit
99ded622dc
@@ -1194,6 +1194,8 @@ pmo_resume_configure:
|
|||||||
PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(QDF_STATUS_SUCCESS !=
|
PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(QDF_STATUS_SUCCESS !=
|
||||||
pmo_core_psoc_configure_resume(psoc, true));
|
pmo_core_psoc_configure_resume(psoc, true));
|
||||||
|
|
||||||
|
hif_pm_set_link_state(hif_ctx, HIF_PM_LINK_STATE_UP);
|
||||||
|
|
||||||
resume_htc:
|
resume_htc:
|
||||||
PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(QDF_STATUS_SUCCESS !=
|
PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(QDF_STATUS_SUCCESS !=
|
||||||
pmo_tgt_psoc_set_runtime_pm_inprogress(psoc, false));
|
pmo_tgt_psoc_set_runtime_pm_inprogress(psoc, false));
|
||||||
|
Reference in New Issue
Block a user