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

Commit 708f47ab authored by Sivan Reinstein's avatar Sivan Reinstein Committed by Matt Wagantall
Browse files

msm: ipa: increase modem SW SRAM partition for IPA2.1 and IPA2.6L



Increase the modem partition in the SW SRAM to support the
Android tethering statistics feature in MSMs (8994 and 8952/8976).

CRs-Fixed: 815192
Change-Id: I33f0e7ed095f2f66d2d1cf0d696bfe8b742bff08
Acked-by: default avatarDavid Arinzon <darinzon@qti.qualcomm.com>
Signed-off-by: default avatarSivan Reinstein <sivanr@codeaurora.org>
parent 2f1b8b0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@

#define IPA_MEM_v2_RAM_MODEM_OFST (IPA_MEM_v2_RAM_APPS_HDR_OFST + \
		IPA_MEM_v2_RAM_APPS_HDR_SIZE + IPA_MEM_CANARY_SIZE)
#define IPA_MEM_v2_RAM_MODEM_SIZE 3276
#define IPA_MEM_v2_RAM_MODEM_SIZE 3532

/* modem memory is 4B aligned */
#if (IPA_MEM_v2_RAM_MODEM_OFST & 3)
@@ -521,7 +521,7 @@
#define IPA_MEM_v2_6L_RAM_MODEM_OFST \
	(IPA_MEM_v2_6L_RAM_MODEM_COMP_DECOMP_OFST + \
	IPA_MEM_v2_6L_RAM_MODEM_COMP_DECOMP_SIZE + IPA_MEM_CANARY_SIZE)
#define IPA_MEM_v2_6L_RAM_MODEM_SIZE 5800
#define IPA_MEM_v2_6L_RAM_MODEM_SIZE 6376

/* modem memory is 4B aligned */
#if (IPA_MEM_v2_6L_RAM_MODEM_OFST & 3)