summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 052bebc8..e844a205 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -220,6 +220,11 @@ struct nvgpu_gpu_characteristics {
220 __u8 vbios_oem_version; 220 __u8 vbios_oem_version;
221 __u32 vbios_version; 221 __u32 vbios_version;
222 222
223 /* NVGPU_DBG_GPU_IOCTL_REG_OPS: the upper limit for the number
224 * of regops */
225 __u32 reg_ops_limit;
226 __u32 reserved1;
227
223 /* Notes: 228 /* Notes:
224 - This struct can be safely appended with new fields. However, always 229 - This struct can be safely appended with new fields. However, always
225 keep the structure size multiple of 8 and make sure that the binary 230 keep the structure size multiple of 8 and make sure that the binary