summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 5f49c9cf..f7b68380 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -332,7 +332,7 @@ struct nvgpu_gpu_vsms_mapping {
332#define NVGPU_GPU_IOCTL_OPEN_CHANNEL \ 332#define NVGPU_GPU_IOCTL_OPEN_CHANNEL \
333 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 11, struct nvgpu_gpu_open_channel_args) 333 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 11, struct nvgpu_gpu_open_channel_args)
334#define NVGPU_GPU_IOCTL_FLUSH_L2 \ 334#define NVGPU_GPU_IOCTL_FLUSH_L2 \
335 _IOWR(NVGPU_DBG_GPU_IOCTL_MAGIC, 12, struct nvgpu_gpu_l2_fb_args) 335 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 12, struct nvgpu_gpu_l2_fb_args)
336#define NVGPU_GPU_IOCTL_INVAL_ICACHE \ 336#define NVGPU_GPU_IOCTL_INVAL_ICACHE \
337 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 13, struct nvgpu_gpu_inval_icache_args) 337 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 13, struct nvgpu_gpu_inval_icache_args)
338#define NVGPU_GPU_IOCTL_SET_MMUDEBUG_MODE \ 338#define NVGPU_GPU_IOCTL_SET_MMUDEBUG_MODE \