summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 65e8427e..b85ca7b6 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -162,6 +162,8 @@ struct nvgpu_gpu_zbc_query_table_args {
162#define NVGPU_GPU_FLAGS_SUPPORT_VPR (1ULL << 27) 162#define NVGPU_GPU_FLAGS_SUPPORT_VPR (1ULL << 27)
163/* Allocating per-channel syncpoint in user space is supported */ 163/* Allocating per-channel syncpoint in user space is supported */
164#define NVGPU_GPU_FLAGS_SUPPORT_USER_SYNCPOINT (1ULL << 28) 164#define NVGPU_GPU_FLAGS_SUPPORT_USER_SYNCPOINT (1ULL << 28)
165/* Railgating (powering the GPU off completely) is supported and enabled */
166#define NVGPU_GPU_FLAGS_CAN_RAILGATE (1ULL << 29)
165/* SM LRF ECC is enabled */ 167/* SM LRF ECC is enabled */
166#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60) 168#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60)
167/* SM SHM ECC is enabled */ 169/* SM SHM ECC is enabled */