summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index a8ba2189..e4f94c16 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -973,10 +973,6 @@ struct nvgpu_alloc_obj_ctx_args {
973 __u64 obj_id; /* output, used to free later */ 973 __u64 obj_id; /* output, used to free later */
974}; 974};
975 975
976struct nvgpu_free_obj_ctx_args {
977 __u64 obj_id; /* obj ctx to free */
978};
979
980struct nvgpu_alloc_gpfifo_args { 976struct nvgpu_alloc_gpfifo_args {
981 __u32 num_entries; 977 __u32 num_entries;
982#define NVGPU_ALLOC_GPFIFO_FLAGS_VPR_ENABLED (1 << 0) /* set owner channel of this gpfifo as a vpr channel */ 978#define NVGPU_ALLOC_GPFIFO_FLAGS_VPR_ENABLED (1 << 0) /* set owner channel of this gpfifo as a vpr channel */
@@ -1216,8 +1212,6 @@ struct nvgpu_preemption_mode_args {
1216 _IOWR(NVGPU_IOCTL_MAGIC, 107, struct nvgpu_submit_gpfifo_args) 1212 _IOWR(NVGPU_IOCTL_MAGIC, 107, struct nvgpu_submit_gpfifo_args)
1217#define NVGPU_IOCTL_CHANNEL_ALLOC_OBJ_CTX \ 1213#define NVGPU_IOCTL_CHANNEL_ALLOC_OBJ_CTX \
1218 _IOWR(NVGPU_IOCTL_MAGIC, 108, struct nvgpu_alloc_obj_ctx_args) 1214 _IOWR(NVGPU_IOCTL_MAGIC, 108, struct nvgpu_alloc_obj_ctx_args)
1219#define NVGPU_IOCTL_CHANNEL_FREE_OBJ_CTX \
1220 _IOR(NVGPU_IOCTL_MAGIC, 109, struct nvgpu_free_obj_ctx_args)
1221#define NVGPU_IOCTL_CHANNEL_ZCULL_BIND \ 1215#define NVGPU_IOCTL_CHANNEL_ZCULL_BIND \
1222 _IOWR(NVGPU_IOCTL_MAGIC, 110, struct nvgpu_zcull_bind_args) 1216 _IOWR(NVGPU_IOCTL_MAGIC, 110, struct nvgpu_zcull_bind_args)
1223#define NVGPU_IOCTL_CHANNEL_SET_ERROR_NOTIFIER \ 1217#define NVGPU_IOCTL_CHANNEL_SET_ERROR_NOTIFIER \