diff options
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/enabled.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h index edf38a6a..cdfd0c55 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h +++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h | |||
@@ -152,10 +152,14 @@ struct gk20a; | |||
152 | #define NVGPU_SUPPORT_TSG_SUBCONTEXTS 63 | 152 | #define NVGPU_SUPPORT_TSG_SUBCONTEXTS 63 |
153 | /* Simultaneous Compute and Graphics (SCG) is available */ | 153 | /* Simultaneous Compute and Graphics (SCG) is available */ |
154 | #define NVGPU_SUPPORT_SCG 64 | 154 | #define NVGPU_SUPPORT_SCG 64 |
155 | |||
156 | /* GPU_VA address of a syncpoint is supported */ | ||
157 | #define NVGPU_SUPPORT_SYNCPOINT_ADDRESS 65 | ||
158 | |||
155 | /* | 159 | /* |
156 | * Must be greater than the largest bit offset in the above list. | 160 | * Must be greater than the largest bit offset in the above list. |
157 | */ | 161 | */ |
158 | #define NVGPU_MAX_ENABLED_BITS 65 | 162 | #define NVGPU_MAX_ENABLED_BITS 66 |
159 | 163 | ||
160 | /** | 164 | /** |
161 | * nvgpu_is_enabled - Check if the passed flag is enabled. | 165 | * nvgpu_is_enabled - Check if the passed flag is enabled. |