summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 30d19027..961129c6 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -671,6 +671,8 @@ static const struct gpu_ops gv100_ops = {
671 .elcg_init_idle_filters = NULL, 671 .elcg_init_idle_filters = NULL,
672 .get_internal_sensor_curr_temp = 672 .get_internal_sensor_curr_temp =
673 gp106_get_internal_sensor_curr_temp, 673 gp106_get_internal_sensor_curr_temp,
674 .get_internal_sensor_limits = gp106_get_internal_sensor_limits,
675 .configure_therm_alert = gp106_configure_therm_alert,
674 }, 676 },
675 .pmu = { 677 .pmu = {
676 .init_wpr_region = gv100_pmu_init_acr, 678 .init_wpr_region = gv100_pmu_init_acr,