summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nvgpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index ca9b49e6..e25667cb 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1354,10 +1354,6 @@ struct nvgpu_alloc_gpfifo_ex_args {
1354 __u32 reserved[5]; 1354 __u32 reserved[5];
1355}; 1355};
1356 1356
1357struct gk20a_sync_pt_info {
1358 __u64 hw_op_ns;
1359};
1360
1361struct nvgpu_fence { 1357struct nvgpu_fence {
1362 __u32 id; /* syncpoint id or sync fence fd */ 1358 __u32 id; /* syncpoint id or sync fence fd */
1363 __u32 value; /* syncpoint value (discarded when using sync fence) */ 1359 __u32 value; /* syncpoint value (discarded when using sync fence) */