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 b1dc4df4..1a275b35 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1169,7 +1169,7 @@ struct nvgpu_dbg_gpu_reg_op {
1169struct nvgpu_dbg_gpu_exec_reg_ops_args { 1169struct nvgpu_dbg_gpu_exec_reg_ops_args {
1170 __u64 ops; /* pointer to nvgpu_reg_op operations */ 1170 __u64 ops; /* pointer to nvgpu_reg_op operations */
1171 __u32 num_ops; 1171 __u32 num_ops;
1172 __u32 _pad0[1]; 1172 __u32 gr_ctx_resident;
1173}; 1173};
1174 1174
1175#define NVGPU_DBG_GPU_IOCTL_REG_OPS \ 1175#define NVGPU_DBG_GPU_IOCTL_REG_OPS \