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

Commit b6263b4b authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar
Browse files

msm: ipa: IPA EP mapping for AQC ethernet on IPA v4.5



Add IPA 4.5 endpoint configuration for AQC ethernet client.

CRs-Fixed: 2304918
Change-Id: I8932b1b4d8b84fbf8e2717b50faea7ae190435ce
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent 07c841b6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2247,6 +2247,12 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
			IPA_DPS_HPS_SEQ_TYPE_2ND_PKT_PROCESS_PASS_DEC_UCP,
			QMB_MASTER_SELECT_DDR,
			{ 8, 2, 27, 32, IPA_EE_Q6, GSI_FREE_PRE_FETCH, 3 } },
	[IPA_4_5][IPA_CLIENT_AQC_ETHERNET_PROD] = {
			true, IPA_v4_5_GROUP_UL_DL_SRC,
			true,
			IPA_DPS_HPS_SEQ_TYPE_2ND_PKT_PROCESS_PASS_NO_DEC_UCP,
			QMB_MASTER_SELECT_DDR,
			{ 10, 13, 8, 16, IPA_EE_AP, GSI_ESCAPE_BUF_ONLY, 0 } },
	/* Only for test purpose */
	[IPA_4_5][IPA_CLIENT_TEST_PROD]           = {
			true, IPA_v4_5_GROUP_UL_DL_SRC,
@@ -2363,6 +2369,12 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
			QMB_MASTER_SELECT_DDR,
			{ 18, 4, 9, 9, IPA_EE_Q6, GSI_ESCAPE_BUF_ONLY, 0 } },
	[IPA_4_5][IPA_CLIENT_AQC_ETHERNET_CONS] = {
			true, IPA_v4_5_GROUP_UL_DL_DST,
			false,
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
			QMB_MASTER_SELECT_DDR,
			{ 23, 8, 9, 9, IPA_EE_AP, GSI_SMART_PRE_FETCH, 4 } },
	/* Only for test purpose */
	/* MBIM aggregation test pipes should have the same QMB as USB_CONS */
	[IPA_4_5][IPA_CLIENT_TEST_CONS]           = {