summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/nvgpu.h')
-rw-r--r--include/uapi/linux/nvgpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index cf89b9d8..16d60261 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -465,11 +465,13 @@ struct nvgpu_gpu_get_gpu_time_args {
465 _IOW(NVGPU_TSG_IOCTL_MAGIC, 6, struct nvgpu_set_priority_args) 465 _IOW(NVGPU_TSG_IOCTL_MAGIC, 6, struct nvgpu_set_priority_args)
466#define NVGPU_IOCTL_TSG_EVENT_ID_CTRL \ 466#define NVGPU_IOCTL_TSG_EVENT_ID_CTRL \
467 _IOWR(NVGPU_TSG_IOCTL_MAGIC, 7, struct nvgpu_event_id_ctrl_args) 467 _IOWR(NVGPU_TSG_IOCTL_MAGIC, 7, struct nvgpu_event_id_ctrl_args)
468#define NVGPU_IOCTL_TSG_SET_RUNLIST_INTERLEAVE \
469 _IOW(NVGPU_TSG_IOCTL_MAGIC, 8, struct nvgpu_runlist_interleave_args)
468 470
469#define NVGPU_TSG_IOCTL_MAX_ARG_SIZE \ 471#define NVGPU_TSG_IOCTL_MAX_ARG_SIZE \
470 sizeof(struct nvgpu_event_id_ctrl_args) 472 sizeof(struct nvgpu_event_id_ctrl_args)
471#define NVGPU_TSG_IOCTL_LAST \ 473#define NVGPU_TSG_IOCTL_LAST \
472 _IOC_NR(NVGPU_IOCTL_TSG_EVENT_ID_CTRL) 474 _IOC_NR(NVGPU_IOCTL_TSG_SET_RUNLIST_INTERLEAVE)
473 475
474 476
475/* 477/*