summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index c4ce49af..25850104 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -66,6 +66,9 @@
66#define NVGPU_PREEMPTION_MODE_COMPUTE_CTA (1 << 1) 66#define NVGPU_PREEMPTION_MODE_COMPUTE_CTA (1 << 1)
67#define NVGPU_PREEMPTION_MODE_COMPUTE_CILP (1 << 2) 67#define NVGPU_PREEMPTION_MODE_COMPUTE_CILP (1 << 2)
68 68
69#define CTXSW_INTR0 BIT32(0)
70#define CTXSW_INTR1 BIT32(1)
71
69struct tsg_gk20a; 72struct tsg_gk20a;
70struct channel_gk20a; 73struct channel_gk20a;
71struct nvgpu_warpstate; 74struct nvgpu_warpstate;