From d77caf2cba2e02a3fcd8960f41ca8cc4c12bf26d Mon Sep 17 00:00:00 2001 From: Prashant Gaikwad Date: Thu, 15 Sep 2016 19:58:01 +0530 Subject: video: tegra: host: nvdla: add more info to task Add below information to task descriptor - Address list - LUT data - Dynamic ROI Jira DLA-176 Change-Id: I067025da34a68a2d81c5e3829ac76c516ed8754b Signed-off-by: Prashant Gaikwad Reviewed-on: http://git-master/r/1221382 --- include/linux/nvhost_nvdla_ioctl.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/nvhost_nvdla_ioctl.h b/include/linux/nvhost_nvdla_ioctl.h index b0774d633..aba5ff554 100644 --- a/include/linux/nvhost_nvdla_ioctl.h +++ b/include/linux/nvhost_nvdla_ioctl.h @@ -120,9 +120,16 @@ struct nvdla_ctrl_ioctl_submit_task { __u64 output_task_status; __u32 num_operations; - __u32 num_addresses; + __u32 num_luts; struct nvdla_ctrl_mem_handle operation_desc; struct nvdla_ctrl_mem_handle surface_desc; + struct nvdla_ctrl_mem_handle lut_data; + + __u8 dynamic_roi; + struct nvdla_ctrl_mem_handle roi_desc_array; + struct nvdla_ctrl_mem_handle surface; + + __u32 num_addresses; struct nvdla_ctrl_mem_handle address_list; }; -- cgit v1.2.2