summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 0733a7b2..8d884872 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -404,11 +404,6 @@ struct nvgpu_gpu_l2_fb_args {
404 __u32 reserved; 404 __u32 reserved;
405} __packed; 405} __packed;
406 406
407struct nvgpu_gpu_inval_icache_args {
408 int channel_fd;
409 __u32 reserved;
410} __packed;
411
412struct nvgpu_gpu_mmu_debug_mode_args { 407struct nvgpu_gpu_mmu_debug_mode_args {
413 __u32 state; 408 __u32 state;
414 __u32 reserved; 409 __u32 reserved;
@@ -922,8 +917,6 @@ struct nvgpu_gpu_read_single_sm_error_state_args {
922 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 11, struct nvgpu_gpu_open_channel_args) 917 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 11, struct nvgpu_gpu_open_channel_args)
923#define NVGPU_GPU_IOCTL_FLUSH_L2 \ 918#define NVGPU_GPU_IOCTL_FLUSH_L2 \
924 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 12, struct nvgpu_gpu_l2_fb_args) 919 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 12, struct nvgpu_gpu_l2_fb_args)
925#define NVGPU_GPU_IOCTL_INVAL_ICACHE \
926 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 13, struct nvgpu_gpu_inval_icache_args)
927#define NVGPU_GPU_IOCTL_SET_MMUDEBUG_MODE \ 920#define NVGPU_GPU_IOCTL_SET_MMUDEBUG_MODE \
928 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 14, struct nvgpu_gpu_mmu_debug_mode_args) 921 _IOWR(NVGPU_GPU_IOCTL_MAGIC, 14, struct nvgpu_gpu_mmu_debug_mode_args)
929#define NVGPU_GPU_IOCTL_SET_SM_DEBUG_MODE \ 922#define NVGPU_GPU_IOCTL_SET_SM_DEBUG_MODE \