summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 1172a07e..984d1319 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * NVGPU Public Interface Header 2 * NVGPU Public Interface Header
3 * 3 *
4 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -179,6 +179,8 @@ struct nvgpu_gpu_characteristics {
179 * num_maps */ 179 * num_maps */
180 __u32 map_buffer_batch_limit; 180 __u32 map_buffer_batch_limit;
181 181
182 __u64 max_freq;
183
182 /* Notes: 184 /* Notes:
183 - This struct can be safely appended with new fields. However, always 185 - This struct can be safely appended with new fields. However, always
184 keep the structure size multiple of 8 and make sure that the binary 186 keep the structure size multiple of 8 and make sure that the binary