summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 6f340e6a..ebcab011 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -73,6 +73,7 @@
73#include "gp10b/fecs_trace_gp10b.h" 73#include "gp10b/fecs_trace_gp10b.h"
74#include "gp10b/mm_gp10b.h" 74#include "gp10b/mm_gp10b.h"
75#include "gp10b/pmu_gp10b.h" 75#include "gp10b/pmu_gp10b.h"
76#include "gp10b/fuse_gp10b.h"
76 77
77#include "gv11b/css_gr_gv11b.h" 78#include "gv11b/css_gr_gv11b.h"
78#include "gv11b/dbg_gpu_gv11b.h" 79#include "gv11b/dbg_gpu_gv11b.h"
@@ -872,6 +873,11 @@ static const struct gpu_ops gv100_ops = {
872 .set_ppriv_timeout_settings = 873 .set_ppriv_timeout_settings =
873 gk20a_priv_set_timeout_settings, 874 gk20a_priv_set_timeout_settings,
874 }, 875 },
876 .fuse = {
877 .is_opt_ecc_enable = gp10b_fuse_is_opt_ecc_enable,
878 .is_opt_feature_override_disable =
879 gp10b_fuse_is_opt_feature_override_disable,
880 },
875#if defined(CONFIG_TEGRA_NVLINK) 881#if defined(CONFIG_TEGRA_NVLINK)
876 .nvlink = { 882 .nvlink = {
877 .discover_ioctrl = gv100_nvlink_discover_ioctrl, 883 .discover_ioctrl = gv100_nvlink_discover_ioctrl,