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

Commit 50f86514 authored by Perry Randise's avatar Perry Randise
Browse files

msm: ipa3: add one to channel context array size



Increased the channel context array size by one.

Change-Id: I6deaff6daeaeeca57a87bc886aba8a59cc61842e
CRs-Fixed: 2413750
Signed-off-by: default avatarPerry Randise <prandise@codeaurora.org>
parent 4d3cc7e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ enum ipa_hw_irq_srcs_e {
/*
 * Total number of channel contexts that need to be saved for APPS
 */
#define IPA_HW_REG_SAVE_GSI_NUM_CH_CNTXT_A7          19
#define IPA_HW_REG_SAVE_GSI_NUM_CH_CNTXT_A7          20

/*
 * Total number of channel contexts that need to be saved for UC
+2 −0
Original line number Diff line number Diff line
@@ -378,6 +378,8 @@ struct map_src_dst_addr_s {
		(u32 *)&ipa_reg_save.gsi.ch_cntxt.a7[17].var_name }, \
	{ GEN_2xVECTOR_REG_OFST(reg_name, IPA_HW_A7_EE, 18), \
		(u32 *)&ipa_reg_save.gsi.ch_cntxt.a7[18].var_name }, \
	{ GEN_2xVECTOR_REG_OFST(reg_name, IPA_HW_A7_EE, 19), \
		(u32 *)&ipa_reg_save.gsi.ch_cntxt.a7[19].var_name }, \
	{ GEN_2xVECTOR_REG_OFST(reg_name, IPA_REG_SAVE_HWP_GSI_EE, 1),	\
		(u32 *)&ipa_reg_save.gsi.ch_cntxt.uc[0].var_name }, \
	{ GEN_2xVECTOR_REG_OFST(reg_name, IPA_REG_SAVE_HWP_GSI_EE, 3), \