Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60450ca4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: IPA Clock devote for 5G MDM SSR"

parents 066e726b 05fcb5a8
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -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();