summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 75b96f42..2d4e6bbf 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -576,7 +576,7 @@ struct gpu_ops {
576 } mm; 576 } mm;
577 struct { 577 struct {
578 int (*init_therm_setup_hw)(struct gk20a *g); 578 int (*init_therm_setup_hw)(struct gk20a *g);
579 int (*update_therm_gate_ctrl)(struct gk20a *g); 579 int (*elcg_init_idle_filters)(struct gk20a *g);
580 void (*therm_debugfs_init)(struct gk20a *g); 580 void (*therm_debugfs_init)(struct gk20a *g);
581 } therm; 581 } therm;
582 struct { 582 struct {