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 <udayg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1726937
Tested-by: Hariharan Sivaraman <hariharans@nvidia.com>
Reviewed-by: Ajay Nandakumar M <anandakumarm@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dipesh Gandhi <dipeshg@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Nitin Pai <npai@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Uday Gupta
2018-05-20 10:25:36 +05:30
committed by Laxman Dewangan
parent ca09364356
commit 159d4e9e34

View File

@@ -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)