diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2023-10-20 08:28:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-23 14:29:55 +0200 |
commit | 4dbee5104b7858e39d94b2512ab99b82b8feb894 (patch) | |
tree | bdd6979b6634fe09ad45aa677f5359d61c90f8bd /sound/soc/sof/amd | |
parent | ASoC: SOF: amd: add support for acp6.3 based platform (diff) | |
download | linux-4dbee5104b7858e39d94b2512ab99b82b8feb894.tar.xz linux-4dbee5104b7858e39d94b2512ab99b82b8feb894.zip |
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 |