nvdla: kmd: Update max output status count

+ Update needed to enable NvSciSync based task
status support for NvMediaDla
+ Updated all macro definitions of
MAX_NVDLA_OUT_STATUS_PER_TASK for consistency

JIRA DLA-6305

Signed-off-by: Akshata Bhat <akshatab@nvidia.com>
Change-Id: Ieacba82905e7ad19729856be32f022a13a1c37de
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2813577
Reviewed-by: Maxim Grigoriev (SW-GPU) <maximg@nvidia.com>
Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
Reviewed-by: Arvind M <am@nvidia.com>
Tested-by: Arvind M <am@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Akshata Bhat
2022-11-21 18:06:57 -08:00
committed by Laxman Dewangan
parent 0c6ea4efe2
commit 5641042df8

View File

@@ -36,7 +36,7 @@
#define MAX_NVDLA_EMU_PREFENCES_PER_TASK 16
#define MAX_NVDLA_EMU_POSTFENCES_PER_TASK 16
#define MAX_NVDLA_IN_STATUS_PER_TASK MAX_NVDLA_PREFENCES_PER_TASK
#define MAX_NVDLA_OUT_STATUS_PER_TASK MAX_NVDLA_POSTFENCES_PER_TASK
#define MAX_NVDLA_OUT_STATUS_PER_TASK 36
#define MAX_NVDLA_OUT_TIMESTAMPS_PER_TASK 32
/**