From 5641042df810a8c8d8f6c452597d40d36794bbb2 Mon Sep 17 00:00:00 2001 From: Akshata Bhat Date: Mon, 21 Nov 2022 18:06:57 -0800 Subject: [PATCH] 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 Change-Id: Ieacba82905e7ad19729856be32f022a13a1c37de Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2813577 Reviewed-by: Maxim Grigoriev (SW-GPU) Reviewed-by: Amit Sharma (SW-TEGRA) Reviewed-by: Arvind M Tested-by: Arvind M GVS: Gerrit_Virtual_Submit --- include/uapi/linux/nvhost_nvdla_ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/nvhost_nvdla_ioctl.h b/include/uapi/linux/nvhost_nvdla_ioctl.h index 32d9552c..a14d344b 100644 --- a/include/uapi/linux/nvhost_nvdla_ioctl.h +++ b/include/uapi/linux/nvhost_nvdla_ioctl.h @@ -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 /**