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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 6fed9e9f..45d1c217 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -448,11 +448,15 @@ struct nvgpu_gpu_get_cpu_time_correlation_info_args {
448 _IO(NVGPU_TSG_IOCTL_MAGIC, 5) 448 _IO(NVGPU_TSG_IOCTL_MAGIC, 5)
449#define NVGPU_IOCTL_TSG_SET_PRIORITY \ 449#define NVGPU_IOCTL_TSG_SET_PRIORITY \
450 _IOW(NVGPU_TSG_IOCTL_MAGIC, 6, struct nvgpu_set_priority_args) 450 _IOW(NVGPU_TSG_IOCTL_MAGIC, 6, struct nvgpu_set_priority_args)
451#define NVGPU_IOCTL_TSG_EVENT_ID_CTRL \
452 _IOWR(NVGPU_TSG_IOCTL_MAGIC, 7, struct nvgpu_event_id_ctrl_args)
451 453
452#define NVGPU_TSG_IOCTL_MAX_ARG_SIZE \ 454#define NVGPU_TSG_IOCTL_MAX_ARG_SIZE \
453 sizeof(struct nvgpu_set_priority_args) 455 sizeof(struct nvgpu_event_id_ctrl_args)
454#define NVGPU_TSG_IOCTL_LAST \ 456#define NVGPU_TSG_IOCTL_LAST \
455 _IOC_NR(NVGPU_IOCTL_TSG_SET_PRIORITY) 457 _IOC_NR(NVGPU_IOCTL_TSG_EVENT_ID_CTRL)
458
459
456/* 460/*
457 * /dev/nvhost-dbg-gpu device 461 * /dev/nvhost-dbg-gpu device
458 * 462 *