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

Commit d61c2b7d authored by Ghanim Fodi's avatar Ghanim Fodi Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: Move DPL Endpoint to DL resource group



As Diag is not used, it's destination group's reserved sector
moved to DMA destination group. This to improve performance in
case of DMA in parallel to UL/DL traffic. As DPL is used and
shares the same group of DIAG, moving it's group to DL.

Change-Id: Ib1c31deff22af753bc313d1cacbaf5fc9e39754f
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent c942d143
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@
/* Resource Group index*/
#define IPA_GROUP_UL		(0)
#define IPA_GROUP_DL		(1)
#define IPA_GROUP_DPL		IPA_GROUP_DL
#define IPA_GROUP_DIAG		(2)
#define IPA_GROUP_DPL		IPA_GROUP_DIAG
#define IPA_GROUP_DMA		(3)
#define IPA_GROUP_IMM_CMD	IPA_GROUP_DMA
#define IPA_GROUP_Q6ZIP		(4)
@@ -142,9 +142,9 @@ static const struct rsrc_min_max ipa3_rsrc_src_grp_config
};
static const struct rsrc_min_max ipa3_rsrc_dst_grp_config
			[IPA_RSRC_GRP_TYPE_DST_MAX][IPA_GROUP_MAX] = {
		/*UL	DL	DIAG	DMA  Q6zip_gen Q6zip_eng*/
		/*UL	DL/DPL	DIAG	DMA  Q6zip_gen Q6zip_eng*/
	[IPA_RSRC_GRP_TYPE_DST_DATA_SECTORS] = {
		{2, 2}, {3, 3}, {1, 1}, {1, 1}, {3, 3}, {3, 3} },
		{2, 2}, {3, 3}, {0, 0}, {2, 2}, {3, 3}, {3, 3} },
	[IPA_RSRC_GRP_TYPE_DST_DATA_SECTOR_LISTS] = {
		{0, 255}, {0, 255}, {0, 255}, {0, 255}, {0, 255}, {0, 255} },
	[IPA_RSRC_GRP_TYPE_DST_DPS_DMARS] = {