memory: increase HPSRAM size for buffer on TGL

This patch increases HPSRAM buffer size for TGL platform.
Thanks to this change we can provide KPB more space for
history data.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
Marcin Rajwa 2020-07-14 20:25:16 +02:00 committed by Liam Girdwood
parent e697e912aa
commit dcd8d4c79e
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@
HEAP_RT_COUNT1024 * 1024 + HEAP_RT_COUNT2048 * 2048 + \ HEAP_RT_COUNT1024 * 1024 + HEAP_RT_COUNT2048 * 2048 + \
HEAP_RT_COUNT4096 * 4096) HEAP_RT_COUNT4096 * 4096)
#define HEAP_BUFFER_SIZE 0x50000 #define HEAP_BUFFER_SIZE 0x80000
#define HEAP_BUFFER_BLOCK_SIZE 0x100 #define HEAP_BUFFER_BLOCK_SIZE 0x100
#define HEAP_BUFFER_COUNT (HEAP_BUFFER_SIZE / HEAP_BUFFER_BLOCK_SIZE) #define HEAP_BUFFER_COUNT (HEAP_BUFFER_SIZE / HEAP_BUFFER_BLOCK_SIZE)