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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index b7f65d75..6bde9d41 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -122,6 +122,13 @@ struct nvgpu_gpu_characteristics {
122 122
123 __u64 flags; 123 __u64 flags;
124 124
125 __u32 twod_class;
126 __u32 threed_class;
127 __u32 compute_class;
128 __u32 gpfifo_class;
129 __u32 inline_to_memory_class;
130 __u32 dma_copy_class;
131
125 /* Notes: 132 /* Notes:
126 - This struct can be safely appended with new fields. However, always 133 - This struct can be safely appended with new fields. However, always
127 keep the structure size multiple of 8 and make sure that the binary 134 keep the structure size multiple of 8 and make sure that the binary