summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorPuneet Saxena <puneets@nvidia.com>2016-12-20 23:29:08 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2016-12-28 06:15:56 -0500
commit39f669d12204389c6aefdef0f3c1c814869c6c7e (patch)
tree023c6e9902015f6876f419efaf74cd2d8c91324e /include/uapi
parent0a0c60e967f8d8d7d6e5684e5baf3b75c9dbe4bc (diff)
video: tegra: host: add semaphore with timestamp
It adds timestamp place holder with semaphore. It helps debugging blockage of task list. Jira PVA-240 Change-Id: Id7ea4dceb82705a032d2e8fcb43a9d49ef1b4761 Signed-off-by: Puneet Saxena <puneets@nvidia.com> Reviewed-on: http://git-master/r/1274619 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nvhost_pva_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/nvhost_pva_ioctl.h b/include/uapi/linux/nvhost_pva_ioctl.h
index f7311da54..9a570bbe3 100644
--- a/include/uapi/linux/nvhost_pva_ioctl.h
+++ b/include/uapi/linux/nvhost_pva_ioctl.h
@@ -156,6 +156,7 @@ struct pva_fence {
156#define PVA_FENCE_TYPE_SYNCPT 0 156#define PVA_FENCE_TYPE_SYNCPT 0
157#define PVA_FENCE_TYPE_SYNC_FD 1 157#define PVA_FENCE_TYPE_SYNC_FD 1
158#define PVA_FENCE_TYPE_SEMAPHORE 2 158#define PVA_FENCE_TYPE_SEMAPHORE 2
159#define PVA_FENCE_TYPE_SEMAPHORE_TS 3
159 __u32 syncpoint_index; 160 __u32 syncpoint_index;
160 __u32 syncpoint_value; 161 __u32 syncpoint_value;
161 __u32 sync_fd; 162 __u32 sync_fd;