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

Commit dc616ade 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 c7849b7a 4213e61e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3940,8 +3940,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;