From 159d4e9e34f415db29e760df1bceb1553e510ef6 Mon Sep 17 00:00:00 2001 From: Uday Gupta Date: Sun, 20 May 2018 10:25:36 +0530 Subject: [PATCH] nvadsp: Increase static app queue size Increase static app init queue size between ADSP and CCPLEX to handle more APPs. Bug 2131818 Change-Id: Id8b376f312c3a3f04ec82abe69ec62994fcc0254 Signed-off-by: Uday Gupta Reviewed-on: https://git-master.nvidia.com/r/1726937 Tested-by: Hariharan Sivaraman Reviewed-by: Ajay Nandakumar M Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Dipesh Gandhi GVS: Gerrit_Virtual_Submit Reviewed-by: Nitin Pai Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/platform/tegra/nvadsp/adsp_shared_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/tegra/nvadsp/adsp_shared_struct.h b/drivers/platform/tegra/nvadsp/adsp_shared_struct.h index 5859a04d..d8628f64 100644 --- a/drivers/platform/tegra/nvadsp/adsp_shared_struct.h +++ b/drivers/platform/tegra/nvadsp/adsp_shared_struct.h @@ -103,7 +103,7 @@ union app_complete_status_message { /*ADSP message pool structure */ -#define ADSP_MAX_MSGQ_SIZE 4096 +#define ADSP_MAX_MSGQ_SIZE 8192 #define ADSP_MAX_MSGQ_WSIZE (ADSP_MAX_MSGQ_SIZE / sizeof(int32_t)) #define ADSP_MSGQ_MAX_QUEUE_WSIZE \ (ADSP_MAX_MSGQ_WSIZE - (int32_t)MSGQ_HEADER_WSIZE)