memory: increase heap buffer size for ICL an JSP platforms

This patch increases heap buffer size for ICL and JSP platforms.
Therefore more pipelines can work simultaneously.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
Marcin Rajwa 2020-02-05 12:24:38 +01:00 committed by Lech Betlej
parent 0469a018ba
commit d6fef4e4c3
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
HEAP_RT_COUNT1024 * 1024 + HEAP_RT_COUNT2048 * 2048 + \
HEAP_RT_COUNT4096 * 4096)
#define HEAP_BUFFER_SIZE 0x20000
#define HEAP_BUFFER_SIZE 0x40000
#define HEAP_BUFFER_BLOCK_SIZE 0x180
#define HEAP_BUFFER_COUNT (HEAP_BUFFER_SIZE / HEAP_BUFFER_BLOCK_SIZE)