summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/pmu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/pmu.h b/drivers/gpu/nvgpu/include/nvgpu/pmu.h
index ede238a0..107d2b2d 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/pmu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/pmu.h
@@ -432,6 +432,9 @@ int nvgpu_pmu_init_powergating(struct gk20a *g);
432int nvgpu_pmu_init_bind_fecs(struct gk20a *g); 432int nvgpu_pmu_init_bind_fecs(struct gk20a *g);
433void nvgpu_pmu_setup_hw_load_zbc(struct gk20a *g); 433void nvgpu_pmu_setup_hw_load_zbc(struct gk20a *g);
434 434
435/* PMU reset */
436int nvgpu_pmu_reset(struct gk20a *g);
437
435/* PG enable/disable */ 438/* PG enable/disable */
436int nvgpu_pmu_enable_elpg(struct gk20a *g); 439int nvgpu_pmu_enable_elpg(struct gk20a *g);
437int nvgpu_pmu_disable_elpg(struct gk20a *g); 440int nvgpu_pmu_disable_elpg(struct gk20a *g);