summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/enabled.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
index 12acf353..79bffcac 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
@@ -174,10 +174,13 @@ struct gk20a;
174/* SEC2 RTOS support*/ 174/* SEC2 RTOS support*/
175#define NVGPU_SUPPORT_SEC2_RTOS 69 175#define NVGPU_SUPPORT_SEC2_RTOS 69
176 176
177/* NVGPU_GPU_IOCTL_GET_GPU_LOAD is available */
178#define NVGPU_SUPPORT_GET_GPU_LOAD 70
179
177/* 180/*
178 * Must be greater than the largest bit offset in the above list. 181 * Must be greater than the largest bit offset in the above list.
179 */ 182 */
180#define NVGPU_MAX_ENABLED_BITS 70 183#define NVGPU_MAX_ENABLED_BITS 71
181 184
182/** 185/**
183 * nvgpu_is_enabled - Check if the passed flag is enabled. 186 * nvgpu_is_enabled - Check if the passed flag is enabled.