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

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

Merge "msm:ipa: enable SMMU for MHI PRIME channels"

parents 2cc570fc 6e97f0f2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7083,6 +7083,10 @@ int ipa3_get_smmu_params(struct ipa_smmu_in_params *in,
				!(ipa3_ctx->s1_bypass_arr[IPA_SMMU_CB_UC] |
				ipa3_ctx->s1_bypass_arr[IPA_SMMU_CB_WLAN]);
		break;
	case IPA_SMMU_AP_CLIENT:
		is_smmu_enable =
			!(ipa3_ctx->s1_bypass_arr[IPA_SMMU_CB_AP]);
		break;
	default:
		is_smmu_enable = false;
		IPAERR("Trying to get illegal clients SMMU status");
+602 −423

File changed.

Preview size limit exceeded, changes collapsed.