summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/nvlink_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/nvlink_gv100.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/nvlink_gv100.c b/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
index b51fc6fa..6d6fb4fd 100644
--- a/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
@@ -34,7 +34,6 @@
34#include "gk20a/gk20a.h" 34#include "gk20a/gk20a.h"
35#include "nvlink_gv100.h" 35#include "nvlink_gv100.h"
36 36
37#include <nvgpu/hw/gv100/hw_falcon_gv100.h>
38#include <nvgpu/hw/gv100/hw_top_gv100.h> 37#include <nvgpu/hw/gv100/hw_top_gv100.h>
39#include <nvgpu/hw/gv100/hw_nvlinkip_discovery_gv100.h> 38#include <nvgpu/hw/gv100/hw_nvlinkip_discovery_gv100.h>
40#include <nvgpu/hw/gv100/hw_nvlipt_gv100.h> 39#include <nvgpu/hw/gv100/hw_nvlipt_gv100.h>
@@ -329,7 +328,7 @@ static bool gv100_nvlink_minion_falcon_isr(struct gk20a *g)
329 if (!intr) 328 if (!intr)
330 return true; 329 return true;
331 330
332 if (intr & falcon_falcon_irqstat_exterr_true_f()) { 331 if (intr & minion_falcon_irqstat_exterr_true_f()) {
333 nvgpu_err(g, "FALCON EXT ADDR: 0x%x 0x%x 0x%x", 332 nvgpu_err(g, "FALCON EXT ADDR: 0x%x 0x%x 0x%x",
334 MINION_REG_RD32(g, 0x244), 333 MINION_REG_RD32(g, 0x244),
335 MINION_REG_RD32(g, 0x248), 334 MINION_REG_RD32(g, 0x248),