Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +32 −30 Original line number Diff line number Diff line Loading @@ -7626,6 +7626,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev) IPADBG("ipa q6 smem size = %u\n", ipa_smem_size); } if (ipa3_ctx->platform_type != IPA_PLAT_TYPE_APQ) { /* map SMEM memory for IPA table accesses */ ret = qcom_smem_alloc(SMEM_MODEM, SMEM_IPA_FILTER_TABLE, Loading Loading @@ -7658,6 +7659,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev) ipa3_iommu_map(cb->mapping->domain, iova_p, pa_p, size_p, IOMMU_READ | IOMMU_WRITE); } smmu_info.present[IPA_SMMU_CB_AP] = true; ipa3_ctx->pdev = dev; Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +32 −30 Original line number Diff line number Diff line Loading @@ -7626,6 +7626,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev) IPADBG("ipa q6 smem size = %u\n", ipa_smem_size); } if (ipa3_ctx->platform_type != IPA_PLAT_TYPE_APQ) { /* map SMEM memory for IPA table accesses */ ret = qcom_smem_alloc(SMEM_MODEM, SMEM_IPA_FILTER_TABLE, Loading Loading @@ -7658,6 +7659,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev) ipa3_iommu_map(cb->mapping->domain, iova_p, pa_p, size_p, IOMMU_READ | IOMMU_WRITE); } smmu_info.present[IPA_SMMU_CB_AP] = true; ipa3_ctx->pdev = dev; Loading