From d56b20c03b25fa0422cd4da0775de69a8016b58b Mon Sep 17 00:00:00 2001 From: Prashant Gaikwad Date: Wed, 23 Nov 2016 17:54:20 +0530 Subject: video: tegra: host: nvdla: update task descriptor All network related information is now added to network descriptor which is created by UMD and used by firmware. Remove that information from task descriptor and keep only address list in task descriptor for IOVA translation. Jira DLA-148 Change-Id: Ie25e5297a58cd0320f8ae994c1bd1fa670306594 Signed-off-by: Prashant Gaikwad Reviewed-on: http://git-master/r/1267278 Reviewed-by: Automatic_Commit_Validation_User --- include/linux/nvhost_nvdla_ioctl.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/linux') diff --git a/include/linux/nvhost_nvdla_ioctl.h b/include/linux/nvhost_nvdla_ioctl.h index 41a4918fe..5e9d82bd1 100644 --- a/include/linux/nvhost_nvdla_ioctl.h +++ b/include/linux/nvhost_nvdla_ioctl.h @@ -98,10 +98,7 @@ struct nvdla_mem_handle { * @postfences pointer to post-fence struct table * @input_task_status pointer to input task status struct table * @output_task_status pointer to output task status struct table - * @num_operations number of operations for a task * @num_addresses total number of addressed passed in structure - * @operation_desc pointer to operation descriptor list - * @surface_desc pointer to surface descriptor list * @address_list pointer to address list * */ @@ -119,16 +116,6 @@ struct nvdla_ioctl_submit_task { __u64 input_task_status; __u64 output_task_status; - __u32 num_operations; - __u32 num_luts; - struct nvdla_mem_handle operation_desc; - struct nvdla_mem_handle surface_desc; - struct nvdla_mem_handle lut_data; - - __u8 dynamic_roi; - struct nvdla_mem_handle roi_desc_array; - struct nvdla_mem_handle surface; - __u32 num_addresses; struct nvdla_mem_handle address_list; }; -- cgit v1.2.2