summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 41b4eb8d..206832ae 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -156,6 +156,8 @@ struct nvgpu_gpu_zbc_query_table_args {
156#define NVGPU_GPU_FLAGS_SUPPORT_SCG (1ULL << 25) 156#define NVGPU_GPU_FLAGS_SUPPORT_SCG (1ULL << 25)
157/* GPU_VA address of a syncpoint is supported */ 157/* GPU_VA address of a syncpoint is supported */
158#define NVGPU_GPU_FLAGS_SUPPORT_SYNCPOINT_ADDRESS (1ULL << 26) 158#define NVGPU_GPU_FLAGS_SUPPORT_SYNCPOINT_ADDRESS (1ULL << 26)
159/* VPR is supported */
160#define NVGPU_GPU_FLAGS_SUPPORT_VPR (1ULL << 27)
159/* SM LRF ECC is enabled */ 161/* SM LRF ECC is enabled */
160#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60) 162#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60)
161/* SM SHM ECC is enabled */ 163/* SM SHM ECC is enabled */