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, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 0bf88628..22e357b6 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -963,7 +963,13 @@ struct nvgpu_alloc_gpfifo_args {
963 __u32 num_entries; 963 __u32 num_entries;
964#define NVGPU_ALLOC_GPFIFO_FLAGS_VPR_ENABLED (1 << 0) /* set owner channel of this gpfifo as a vpr channel */ 964#define NVGPU_ALLOC_GPFIFO_FLAGS_VPR_ENABLED (1 << 0) /* set owner channel of this gpfifo as a vpr channel */
965 __u32 flags; 965 __u32 flags;
966};
966 967
968struct nvgpu_alloc_gpfifo_ex_args {
969 __u32 num_entries;
970 __u32 num_inflight_jobs;
971 __u32 flags;
972 __u32 reserved[5];
967}; 973};
968 974
969struct gk20a_sync_pt_info { 975struct gk20a_sync_pt_info {
@@ -1182,6 +1188,8 @@ struct nvgpu_preemption_mode_args {
1182 _IOWR(NVGPU_IOCTL_MAGIC, 18, struct nvgpu_set_timeout_ex_args) 1188 _IOWR(NVGPU_IOCTL_MAGIC, 18, struct nvgpu_set_timeout_ex_args)
1183#define NVGPU_IOCTL_CHANNEL_ALLOC_GPFIFO \ 1189#define NVGPU_IOCTL_CHANNEL_ALLOC_GPFIFO \
1184 _IOW(NVGPU_IOCTL_MAGIC, 100, struct nvgpu_alloc_gpfifo_args) 1190 _IOW(NVGPU_IOCTL_MAGIC, 100, struct nvgpu_alloc_gpfifo_args)
1191#define NVGPU_IOCTL_CHANNEL_ALLOC_GPFIFO_EX \
1192 _IOW(NVGPU_IOCTL_MAGIC, 101, struct nvgpu_alloc_gpfifo_ex_args)
1185#define NVGPU_IOCTL_CHANNEL_WAIT \ 1193#define NVGPU_IOCTL_CHANNEL_WAIT \
1186 _IOWR(NVGPU_IOCTL_MAGIC, 102, struct nvgpu_wait_args) 1194 _IOWR(NVGPU_IOCTL_MAGIC, 102, struct nvgpu_wait_args)
1187#define NVGPU_IOCTL_CHANNEL_CYCLE_STATS \ 1195#define NVGPU_IOCTL_CHANNEL_CYCLE_STATS \