diff options
| author | Prashant Gaikwad <pgaikwad@nvidia.com> | 2018-01-22 03:45:23 -0500 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-01-25 21:20:26 -0500 |
| commit | 12a2ab592a9dc5047587bb2bb843faaa4c2fc276 (patch) | |
| tree | 3bb607fa51ffc883b16d1d3c410c837f6b4d6fe7 /include/linux | |
| parent | 71470d756e3913e97ee5266172c00d26b4b8b350 (diff) | |
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 <pgaikwad@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1644471
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mitch Harwell <mharwell@nvidia.com>
Tested-by: Mitch Harwell <mharwell@nvidia.com>
Reviewed-by: Ken Adams <kadams@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvhost_nvdla_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 142 | __u8 num_postfences; | 142 | __u8 num_postfences; |
| 143 | __u8 num_input_task_status; | 143 | __u8 num_input_task_status; |
| 144 | __u8 num_output_task_status; | 144 | __u8 num_output_task_status; |
| 145 | #define NVDLA_MAX_BUFFERS_PER_TASK (512) | 145 | #define NVDLA_MAX_BUFFERS_PER_TASK (4096) |
| 146 | __u32 num_addresses; | 146 | __u32 num_addresses; |
| 147 | __u16 flags; | 147 | __u16 flags; |
| 148 | __u16 reserved; | 148 | __u16 reserved; |
