summaryrefslogtreecommitdiff
path: root/include/linux/nvhost_ioctl.h
diff options
context:
space:
mode:
authorArto Merilainen <amerilainen@nvidia.com>2013-04-09 10:32:14 +0300
committerAjay Nandakumar <anandakumarm@nvidia.com>2013-10-03 19:17:46 +0530
commit84780a5100fa271c76fe3af974fc767e5c63b4b3 (patch)
tree197d481193917661db2b3c009b4fa131d21533c4 /include/linux/nvhost_ioctl.h
parent528e7f6ef59ca592775a016104d635ab21e7653c (diff)
video: tegra: host: Userspace deliver class ids
This patch adds support to deliver class id information for each command buffer. Bug 1259826 Change-Id: I18807511db3f9eb2041f2f31b13df655ae7cdd93 Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-on: http://git-master/r/277196 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> (cherry picked from commit 5a204198a4c0120f78cfb713c412ea7a40759411) Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Diffstat (limited to 'include/linux/nvhost_ioctl.h')
-rw-r--r--include/linux/nvhost_ioctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nvhost_ioctl.h b/include/linux/nvhost_ioctl.h
index f1ec2c73495f..b323ec7541cf 100644
--- a/include/linux/nvhost_ioctl.h
+++ b/include/linux/nvhost_ioctl.h
@@ -248,8 +248,9 @@ struct nvhost_submit_args {
__u32 reloc_shifts;
__u32 waitchks;
__u32 waitbases;
+ __u32 class_ids;
- __u32 pad[3]; /* future expansion */
+ __u32 pad[2]; /* future expansion */
__u32 fences;
__u32 fence; /* Return value */
} __packed;