summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/nvgpu.h')
-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 38139524..0488e563 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -164,6 +164,8 @@ struct nvgpu_gpu_zbc_query_table_args {
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 */ 165/* Railgating (powering the GPU off completely) is supported and enabled */
166#define NVGPU_GPU_FLAGS_CAN_RAILGATE (1ULL << 29) 166#define NVGPU_GPU_FLAGS_CAN_RAILGATE (1ULL << 29)
167/* Usermode submit is available */
168#define NVGPU_GPU_FLAGS_SUPPORT_USERMODE_SUBMIT (1ULL << 30)
167/* SM LRF ECC is enabled */ 169/* SM LRF ECC is enabled */
168#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60) 170#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60)
169/* SM SHM ECC is enabled */ 171/* SM SHM ECC is enabled */