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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 564026a4..071111ab 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -588,6 +588,7 @@ struct gpu_ops {
588 int (*init_therm_setup_hw)(struct gk20a *g); 588 int (*init_therm_setup_hw)(struct gk20a *g);
589 int (*elcg_init_idle_filters)(struct gk20a *g); 589 int (*elcg_init_idle_filters)(struct gk20a *g);
590 void (*therm_debugfs_init)(struct gk20a *g); 590 void (*therm_debugfs_init)(struct gk20a *g);
591 int (*get_internal_sensor_curr_temp)(struct gk20a *g, u32 *temp_f24_8);
591 } therm; 592 } therm;
592 struct { 593 struct {
593 bool (*is_pmu_supported)(struct gk20a *g); 594 bool (*is_pmu_supported)(struct gk20a *g);