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

Commit 949f0ca8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa2: notify sps driver to cache the write pointer for IPA BAM pipes"

parents ab6c7dab 3a7111e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3768,6 +3768,7 @@ static int ipa_init(const struct ipa_plat_drv_res *resource_p,
		bam_props.manage |= SPS_BAM_MGR_DEVICE_REMOTE;
	if (ipa_ctx->smmu_present)
		bam_props.options |= SPS_BAM_SMMU_EN;
	bam_props.options |= SPS_BAM_CACHED_WP;
	bam_props.ee = resource_p->ee;
	bam_props.ipc_loglevel = 3;