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

Commit 554749fc authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa3: increase pkt ctx for cv2x rsrc grp



Made the changes to increase rsrc pkt conexts
from 1 to 6 to support cv2x auto case.

Change-Id: I2f9774fd473248ce4f86748be83c2a9b58ab16a8
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent e78192f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ static const struct rsrc_min_max ipa3_rsrc_src_grp_config
	[IPA_4_5_MHI] = {
		/* PCIE  DDR  DMA  QDSS  unused  N/A */
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_PKT_CONTEXTS] = {
		{3, 8}, {4, 11}, {1, 1}, {1, 1}, {0, 0}, {0, 0} },
		{3, 8}, {4, 11}, {1, 6}, {1, 1}, {0, 0}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_SRS_DESCRIPTOR_LISTS] = {
		{9, 9}, {12, 12}, {2, 2}, {2, 2}, {0, 0}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_DESCRIPTOR_BUFF] = {
@@ -435,7 +435,7 @@ static const struct rsrc_min_max ipa3_rsrc_src_grp_config
	[IPA_4_5_AUTO_MHI] = {
		/* PCIE  DDR  DMA/CV2X  QDSS  unused  N/A */
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_PKT_CONTEXTS] = {
		{3, 8}, {4, 11}, {1, 1}, {1, 1}, {0, 0}, {0, 0} },
		{3, 8}, {4, 11}, {1, 6}, {1, 1}, {0, 0}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_SRS_DESCRIPTOR_LISTS] = {
		{9, 9}, {12, 12}, {2, 2}, {2, 2}, {0, 0}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_DESCRIPTOR_BUFF] = {