diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvhost_nvdla_ioctl.h | 9 |
1 files changed, 8 insertions, 1 deletions
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 { | |||
| 120 | __u64 output_task_status; | 120 | __u64 output_task_status; |
| 121 | 121 | ||
| 122 | __u32 num_operations; | 122 | __u32 num_operations; |
| 123 | __u32 num_addresses; | 123 | __u32 num_luts; |
| 124 | struct nvdla_ctrl_mem_handle operation_desc; | 124 | struct nvdla_ctrl_mem_handle operation_desc; |
| 125 | struct nvdla_ctrl_mem_handle surface_desc; | 125 | struct nvdla_ctrl_mem_handle surface_desc; |
| 126 | struct nvdla_ctrl_mem_handle lut_data; | ||
| 127 | |||
| 128 | __u8 dynamic_roi; | ||
| 129 | struct nvdla_ctrl_mem_handle roi_desc_array; | ||
| 130 | struct nvdla_ctrl_mem_handle surface; | ||
| 131 | |||
| 132 | __u32 num_addresses; | ||
| 126 | struct nvdla_ctrl_mem_handle address_list; | 133 | struct nvdla_ctrl_mem_handle address_list; |
| 127 | }; | 134 | }; |
| 128 | 135 | ||
