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

Commit 00c0876d 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 395c73fa 2db82a0a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7320,6 +7320,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 = 0;
		IPAERR("Trying to get illegal clients SMMU status");
+612 −431

File changed.

Preview size limit exceeded, changes collapsed.