summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu-t18x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/nvgpu-t18x.h')
-rw-r--r--include/uapi/linux/nvgpu-t18x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/nvgpu-t18x.h b/include/uapi/linux/nvgpu-t18x.h
index 24c38f80..777f1553 100644
--- a/include/uapi/linux/nvgpu-t18x.h
+++ b/include/uapi/linux/nvgpu-t18x.h
@@ -46,9 +46,9 @@
46#define NVGPU_ALLOC_OBJ_FLAGS_CILP (1 << 2) 46#define NVGPU_ALLOC_OBJ_FLAGS_CILP (1 << 2)
47 47
48/* Flags in nvgpu_preemption_mode_args.graphics_preempt_flags */ 48/* Flags in nvgpu_preemption_mode_args.graphics_preempt_flags */
49#define NVGPU_GRAPHICS_PREEMPTION_MODE_GFXP BIT(1) 49#define NVGPU_GRAPHICS_PREEMPTION_MODE_GFXP (1 << 1)
50/* Flags in nvgpu_preemption_mode_args.compute_preempt_flags */ 50/* Flags in nvgpu_preemption_mode_args.compute_preempt_flags */
51#define NVGPU_COMPUTE_PREEMPTION_MODE_CILP BIT(2) 51#define NVGPU_COMPUTE_PREEMPTION_MODE_CILP (1 << 2)
52 52
53/* SM LRF ECC is enabled */ 53/* SM LRF ECC is enabled */
54#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60) 54#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60)