commit | 023a519499db4876fab93d39276274df615a0337 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Tue Feb 27 21:51:34 2024 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Feb 27 21:51:34 2024 -0800 |
tree | 04232538b803245c16e7e2774858e5c8e30124d4 | |
parent | e8bb53be7fa315de13b8b9267b11a60d6d258bd1 [diff] | |
parent | 74c577821171c6e6f5fdb905dfd82183e2234e45 [diff] |
Merge "msm: ipa3: ODL endpoint configuration for bengal"
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa.c b/drivers/platform/msm/ipa/ipa_v3/ipa.c index d20b59e..417fe33 100644 --- a/drivers/platform/msm/ipa/ipa_v3/ipa.c +++ b/drivers/platform/msm/ipa/ipa_v3/ipa.c
@@ -12107,7 +12107,7 @@ if (cb->is_cache_coherent) prot |= IOMMU_CACHE; - return iommu_map(domain, iova, paddr, size, prot); + return iommu_map_atomic(domain, iova, paddr, size, prot); } EXPORT_SYMBOL(ipa3_iommu_map);