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

Commit 75a89c83 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: add one to channel context array size"

parents 9ee13a5c 50f86514
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), \