summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mc_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mc_gp10b.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mc_gp10b.h b/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
index 0eb4dd16..4e93235c 100644
--- a/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
@@ -24,10 +24,8 @@
24#define MC_GP20B_H 24#define MC_GP20B_H
25struct gk20a; 25struct gk20a;
26 26
27enum MC_INTERRUPT_REGLIST { 27#define NVGPU_MC_INTR_STALLING 0U
28 NVGPU_MC_INTR_STALLING = 0, 28#define NVGPU_MC_INTR_NONSTALLING 1U
29 NVGPU_MC_INTR_NONSTALLING,
30};
31 29
32void mc_gp10b_intr_enable(struct gk20a *g); 30void mc_gp10b_intr_enable(struct gk20a *g);
33void mc_gp10b_intr_unit_config(struct gk20a *g, bool enable, 31void mc_gp10b_intr_unit_config(struct gk20a *g, bool enable,