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

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

Merge "msm: ipa3: fix the fast_map issue"

parents 486460fd 1657f2b2
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -6266,6 +6266,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev)
		}
		IPADBG("AP/USB SMMU atomic set\n");

		if (smmu_info.fast_map) {
			if (iommu_domain_set_attr(cb->mapping->domain,
				DOMAIN_ATTR_FAST,
				&fast)) {
@@ -6276,6 +6277,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev)
			}
			IPADBG("SMMU fast map set\n");
		}
	}

	pr_info("IPA smmu_info.s1_bypass_arr[AP]=%d smmu_info.fast_map=%d\n",
		smmu_info.s1_bypass_arr[IPA_SMMU_CB_AP], smmu_info.fast_map);