summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
-rw-r--r--drivers/gpu/nvgpu/gv100/nvlink_gv100.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index da89d2b5..aae2bf73 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -817,6 +817,8 @@ static const struct gpu_ops gv100_ops = {
817 .is_intr_nvlink_pending = gv100_mc_is_intr_nvlink_pending, 817 .is_intr_nvlink_pending = gv100_mc_is_intr_nvlink_pending,
818 .is_stall_and_eng_intr_pending = 818 .is_stall_and_eng_intr_pending =
819 gv100_mc_is_stall_and_eng_intr_pending, 819 gv100_mc_is_stall_and_eng_intr_pending,
820 .reset_mask = gv100_mc_reset_mask,
821 .is_enabled = gm20b_mc_is_enabled,
820 }, 822 },
821 .debug = { 823 .debug = {
822 .show_dump = gk20a_debug_show_dump, 824 .show_dump = gk20a_debug_show_dump,
diff --git a/drivers/gpu/nvgpu/gv100/nvlink_gv100.c b/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
index 7bbac293..822ca6b4 100644
--- a/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/nvlink_gv100.c
@@ -45,8 +45,6 @@
45#include <nvgpu/hw/gv100/hw_trim_gv100.h> 45#include <nvgpu/hw/gv100/hw_trim_gv100.h>
46#include <nvgpu/hw/gv100/hw_nvtlc_gv100.h> 46#include <nvgpu/hw/gv100/hw_nvtlc_gv100.h>
47 47
48#include <nvgpu/hw/gv100/hw_mc_gv100.h>
49
50#define NVLINK_PLL_ON_TIMEOUT_MS 30 48#define NVLINK_PLL_ON_TIMEOUT_MS 30
51#define NVLINK_SUBLINK_TIMEOUT_MS 200 49#define NVLINK_SUBLINK_TIMEOUT_MS 200
52/* 50/*