From 12a2ab592a9dc5047587bb2bb843faaa4c2fc276 Mon Sep 17 00:00:00 2001 From: Prashant Gaikwad Date: Mon, 22 Jan 2018 14:15:23 +0530 Subject: drivers: video: tegra: host: nvdla: increase address list size Some large networks need number of addresses more than 512. Increase the limit to 4K. Change-Id: I5880f0ecce566ec5d4da3cec3ed2346a868fadce Signed-off-by: Prashant Gaikwad Reviewed-on: https://git-master.nvidia.com/r/1644471 GVS: Gerrit_Virtual_Submit Reviewed-by: Mitch Harwell Tested-by: Mitch Harwell Reviewed-by: Ken Adams Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/linux/nvhost_nvdla_ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/nvhost_nvdla_ioctl.h b/include/linux/nvhost_nvdla_ioctl.h index c82271e98..c45aafd68 100644 --- a/include/linux/nvhost_nvdla_ioctl.h +++ b/include/linux/nvhost_nvdla_ioctl.h @@ -142,7 +142,7 @@ struct nvdla_ioctl_submit_task { __u8 num_postfences; __u8 num_input_task_status; __u8 num_output_task_status; -#define NVDLA_MAX_BUFFERS_PER_TASK (512) +#define NVDLA_MAX_BUFFERS_PER_TASK (4096) __u32 num_addresses; __u16 flags; __u16 reserved; -- cgit v1.2.2