summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/therm_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/therm_gm20b.c b/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
index 6ebc4c91..6847894a 100644
--- a/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
@@ -69,5 +69,5 @@ static int gm20b_init_therm_setup_hw(struct gk20a *g)
69void gm20b_init_therm_ops(struct gpu_ops *gops) 69void gm20b_init_therm_ops(struct gpu_ops *gops)
70{ 70{
71 gops->therm.init_therm_setup_hw = gm20b_init_therm_setup_hw; 71 gops->therm.init_therm_setup_hw = gm20b_init_therm_setup_hw;
72 72 gops->therm.elcg_init_idle_filters = gk20a_elcg_init_idle_filters;
73} 73}