summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/mc_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/mc_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/mc_gv100.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/mc_gv100.c b/drivers/gpu/nvgpu/gv100/mc_gv100.c
index 3d6f0bd3..46af100a 100644
--- a/drivers/gpu/nvgpu/gv100/mc_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/mc_gv100.c
@@ -29,7 +29,6 @@
29#include "gp10b/mc_gp10b.h" 29#include "gp10b/mc_gp10b.h"
30 30
31#include "mc_gv100.h" 31#include "mc_gv100.h"
32#include "gv11b/fb_gv11b.h"
33 32
34#include <nvgpu/hw/gv100/hw_mc_gv100.h> 33#include <nvgpu/hw/gv100/hw_mc_gv100.h>
35 34
@@ -41,7 +40,6 @@ void mc_gv100_intr_enable(struct gk20a *g)
41 0xffffffffU); 40 0xffffffffU);
42 gk20a_writel(g, mc_intr_en_clear_r(NVGPU_MC_INTR_NONSTALLING), 41 gk20a_writel(g, mc_intr_en_clear_r(NVGPU_MC_INTR_NONSTALLING),
43 0xffffffffU); 42 0xffffffffU);
44
45 g->mc_intr_mask_restore[NVGPU_MC_INTR_STALLING] = 43 g->mc_intr_mask_restore[NVGPU_MC_INTR_STALLING] =
46 mc_intr_pfifo_pending_f() | 44 mc_intr_pfifo_pending_f() |
47 mc_intr_hub_pending_f() | 45 mc_intr_hub_pending_f() |