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 9ae249a2..a76db09e 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
@@ -160,10 +160,13 @@ struct gk20a;
160/* Allocating per-channel syncpoint in user space is supported */ 160/* Allocating per-channel syncpoint in user space is supported */
161#define NVGPU_SUPPORT_USER_SYNCPOINT 66 161#define NVGPU_SUPPORT_USER_SYNCPOINT 66
162 162
163/* USERMODE enable bit */
164#define NVGPU_SUPPORT_USERMODE_SUBMIT 67
165
163/* 166/*
164 * Must be greater than the largest bit offset in the above list. 167 * Must be greater than the largest bit offset in the above list.
165 */ 168 */
166#define NVGPU_MAX_ENABLED_BITS 67 169#define NVGPU_MAX_ENABLED_BITS 68
167 170
168/** 171/**
169 * nvgpu_is_enabled - Check if the passed flag is enabled. 172 * nvgpu_is_enabled - Check if the passed flag is enabled.