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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 595dbdaf..28bad8d6 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -664,7 +664,8 @@ static const struct gpu_ops gv100_ops = {
664#ifdef CONFIG_DEBUG_FS 664#ifdef CONFIG_DEBUG_FS
665 .therm_debugfs_init = gp106_therm_debugfs_init, 665 .therm_debugfs_init = gp106_therm_debugfs_init,
666#endif /* CONFIG_DEBUG_FS */ 666#endif /* CONFIG_DEBUG_FS */
667 .elcg_init_idle_filters = gp106_elcg_init_idle_filters, 667 /* PROD values match with H/W INIT values */
668 .elcg_init_idle_filters = NULL,
668 .get_internal_sensor_curr_temp = 669 .get_internal_sensor_curr_temp =
669 gp106_get_internal_sensor_curr_temp, 670 gp106_get_internal_sensor_curr_temp,
670 }, 671 },