Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +8 −6 Original line number Diff line number Diff line Loading @@ -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)) { Loading @@ -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); Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +8 −6 Original line number Diff line number Diff line Loading @@ -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)) { Loading @@ -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); Loading