dsp: add support for CMA heap allocation during call

Add support for CMA heap allocation during call.

Change-Id: I65cd291a9db56bf53d9bb9b4e6c7236da9d7288c
Signed-off-by: Kunlei Zhang <kunleiz@codeaurora.org>
This commit is contained in:
Kunlei Zhang
2020-06-24 23:31:54 +08:00
parent 82e12e19d8
commit d9bf6df220
6 changed files with 399 additions and 23 deletions

View File

@@ -30,6 +30,7 @@ struct cal_block_data {
struct list_head list;
struct cal_data cal_data;
bool cal_stale;
bool cma_mem;
struct mem_map_data map_data;
int32_t buffer_number;
};