Loading drivers/platform/msm/ipa/ipa_v3/ipa_mhi_proxy.c +7 −0 Original line number Original line Diff line number Diff line Loading @@ -710,6 +710,13 @@ static void imp_mhi_shutdown(void) iommu_unmap(cb->mapping->domain, iova_p, size_p); iommu_unmap(cb->mapping->domain, iova_p, size_p); } } } } if (!imp_ctx->in_lpm && (imp_ctx->state == IMP_READY || imp_ctx->state == IMP_STARTED)) { IMP_DBG("devote IMP with state= %d\n", imp_ctx->state); IPA_ACTIVE_CLIENTS_DEC_SPECIAL("IMP"); } imp_ctx->in_lpm = false; imp_ctx->state = IMP_PROBED; imp_ctx->state = IMP_PROBED; IMP_FUNC_EXIT(); IMP_FUNC_EXIT(); Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_mhi_proxy.c +7 −0 Original line number Original line Diff line number Diff line Loading @@ -710,6 +710,13 @@ static void imp_mhi_shutdown(void) iommu_unmap(cb->mapping->domain, iova_p, size_p); iommu_unmap(cb->mapping->domain, iova_p, size_p); } } } } if (!imp_ctx->in_lpm && (imp_ctx->state == IMP_READY || imp_ctx->state == IMP_STARTED)) { IMP_DBG("devote IMP with state= %d\n", imp_ctx->state); IPA_ACTIVE_CLIENTS_DEC_SPECIAL("IMP"); } imp_ctx->in_lpm = false; imp_ctx->state = IMP_PROBED; imp_ctx->state = IMP_PROBED; IMP_FUNC_EXIT(); IMP_FUNC_EXIT(); Loading