diff options
| author | Arto Merilainen <amerilainen@nvidia.com> | 2013-01-23 15:56:45 +0200 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 13:04:11 -0700 |
| commit | bb0b53207c647152d278895e909d19da30267411 (patch) | |
| tree | 5c929d0edee3bec6faa2416ee0f00749643cecd8 /include/linux/nvhost_ioctl.h | |
| parent | 246ac647789e0352ffdd532b9d87776ca6de80ca (diff) | |
video: tegra: host: Support multi-syncpt submits
This patch adds userspace API for multi-syncpoint submits.
Change-Id: If451abe2679974167766cbafd1f966d2710f7e2e
Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Reviewed-on: http://git-master/r/193416
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'include/linux/nvhost_ioctl.h')
| -rw-r--r-- | include/linux/nvhost_ioctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/nvhost_ioctl.h b/include/linux/nvhost_ioctl.h index 6395c28d3166..3e2d14729179 100644 --- a/include/linux/nvhost_ioctl.h +++ b/include/linux/nvhost_ioctl.h @@ -164,8 +164,10 @@ struct nvhost_submit_args { struct nvhost_reloc *relocs; struct nvhost_reloc_shift *reloc_shifts; struct nvhost_waitchk *waitchks; + __u32 *waitbases; - __u32 pad[5]; /* future expansion */ + __u32 pad[3]; /* future expansion */ + __u32 *fences; __u32 fence; /* Return value */ }; |
