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

Commit 5f9bd5ac authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Adjust resource allocations for kona IPA groups"

parents 46877bc6 4caf4ac1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ static const struct rsrc_min_max ipa3_rsrc_src_grp_config
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_DESCRIPTOR_BUFF] = {
		{0, 0}, {18, 18}, {0, 0}, {0, 0}, {8, 8}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_HPS_DMARS] = {
		{0, 0}, {0, 63}, {0, 0}, {0, 0},  {0, 63}, {0, 0} },
		{0, 63}, {0, 63}, {0, 63}, {0, 63},  {0, 63}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_SRC_ACK_ENTRIES] = {
		{0, 0}, {24, 24}, {0, 0}, {0, 0}, {8, 8}, {0, 0} },
	},
@@ -483,9 +483,9 @@ static const struct rsrc_min_max ipa3_rsrc_dst_grp_config
	[IPA_4_5_APQ] = {
		/* UL/DL/DPL_DST unused unused unused uC N/A */
		[IPA_v4_0_RSRC_GRP_TYPE_DST_DATA_SECTORS] = {
		{16, 16}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0} },
		{16, 16}, {5, 5}, {2, 2}, {2, 2}, {0, 0}, {0, 0} },
		[IPA_v4_0_RSRC_GRP_TYPE_DST_DPS_DMARS] = {
		{2, 63}, {0, 0}, {0, 0}, {0, 0}, {0, 2}, {0, 0} },
		{2, 63}, {1, 63}, {1, 2}, {1, 2}, {0, 2}, {0, 0} },
	},
};