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

Commit 100392a3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Change iommu debug prints to low priority print"

parents 9b1f4f75 755c9481
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6440,7 +6440,7 @@ static int ipa_smmu_wlan_cb_probe(struct device *dev)

			IPA_SMMU_ROUND_TO_PAGE(iova, pa, size,
				iova_p, pa_p, size_p);
			IPADBG("mapping 0x%lx to 0x%pa size %d\n",
			IPADBG_LOW("mapping 0x%lx to 0x%pa size %d\n",
				iova_p, &pa_p, size_p);
			ipa3_iommu_map(cb->iommu_domain,
				iova_p, pa_p, size_p,
@@ -6635,7 +6635,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev)

			IPA_SMMU_ROUND_TO_PAGE(iova, pa, size,
				iova_p, pa_p, size_p);
			IPADBG("mapping 0x%lx to 0x%pa size %d\n",
			IPADBG_LOW("mapping 0x%lx to 0x%pa size %d\n",
				iova_p, &pa_p, size_p);
			ipa3_iommu_map(cb->iommu_domain,
				iova_p, pa_p, size_p,
@@ -7096,8 +7096,8 @@ int ipa3_iommu_map(struct iommu_domain *domain,
	struct ipa_smmu_cb_ctx *ap_cb = ipa3_get_smmu_ctx(IPA_SMMU_CB_AP);
	struct ipa_smmu_cb_ctx *uc_cb = ipa3_get_smmu_ctx(IPA_SMMU_CB_UC);

	IPADBG("domain =0x%pK iova 0x%lx\n", domain, iova);
	IPADBG("paddr =0x%pa size 0x%x\n", &paddr, (u32)size);
	IPADBG_LOW("domain =0x%pK iova 0x%lx\n", domain, iova);
	IPADBG_LOW("paddr =0x%pa size 0x%x\n", &paddr, (u32)size);

	/* make sure no overlapping */
	if (domain == ipa3_get_smmu_domain()) {
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ static void ipa3_handle_mhi_vote_req(struct qmi_handle *qmi_handle,
static void ipa3_a5_svc_disconnect_cb(struct qmi_handle *qmi,
	unsigned int node, unsigned int port)
{
	IPAWANDBG("Received QMI client disconnect\n");
	IPAWANDBG_LOW("Received QMI client disconnect\n");
}

/****************************************************/