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

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

Merge "msm: ipa: disable status on ODL_DPL_CONS pipe above IPAv4.5 targets"

parents 7e5fb739 3a52242b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3895,8 +3895,9 @@ static int ipa3_assign_policy(struct ipa_sys_connect_params *in,
			 * Dont enable ipa_status for APQ, since MDM IPA
			 * has IPA >= 4.5 with DPLv3.
			 */
			if (ipa3_ctx->platform_type == IPA_PLAT_TYPE_APQ &&
				ipa3_is_mhip_offload_enabled())
			if ((ipa3_ctx->platform_type == IPA_PLAT_TYPE_APQ &&
				ipa3_is_mhip_offload_enabled()) ||
				(ipa3_ctx->ipa_hw_type >= IPA_HW_v4_5))
				sys->ep->status.status_en = false;
			else
				sys->ep->status.status_en = true;