diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2023-10-20 11:58:13 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-23 13:29:55 +0100 |
commit | 4dbee5104b7858e39d94b2512ab99b82b8feb894 (patch) | |
tree | bdd6979b6634fe09ad45aa677f5359d61c90f8bd /sound/soc/sof/amd | |
parent | 848c0d34f70c4c9f6f166ec891d309936a26aa14 (diff) |
ASoC: SOF: amd: increase DSP cache window range
Increase DSP cache window range to 2.5MB to align with ACP memory.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20231020062822.3913760-3-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/amd')
-rw-r--r-- | sound/soc/sof/amd/acp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/amd/acp.h b/sound/soc/sof/amd/acp.h index 3d2c5f07ed44..205b434f0872 100644 --- a/sound/soc/sof/amd/acp.h +++ b/sound/soc/sof/amd/acp.h @@ -84,7 +84,7 @@ #define EXCEPT_MAX_HDR_SIZE 0x400 #define AMD_STACK_DUMP_SIZE 32 -#define SRAM1_SIZE 0x13A000 +#define SRAM1_SIZE 0x280000 #define PROBE_STATUS_BIT BIT(31) #define ACP_FIRMWARE_SIGNATURE 0x100 |