summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index c533ba8d..4edb3283 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -1394,7 +1394,7 @@ int pmu_mutex_release(struct pmu_gk20a *pmu, u32 id, u32 *token);
1394int gk20a_pmu_destroy(struct gk20a *g); 1394int gk20a_pmu_destroy(struct gk20a *g);
1395int gk20a_pmu_load_norm(struct gk20a *g, u32 *load); 1395int gk20a_pmu_load_norm(struct gk20a *g, u32 *load);
1396int gk20a_pmu_load_update(struct gk20a *g); 1396int gk20a_pmu_load_update(struct gk20a *g);
1397int gk20a_pmu_debugfs_init(struct platform_device *dev); 1397int gk20a_pmu_debugfs_init(struct device *dev);
1398void gk20a_pmu_reset_load_counters(struct gk20a *g); 1398void gk20a_pmu_reset_load_counters(struct gk20a *g);
1399void gk20a_pmu_get_load_counters(struct gk20a *g, u32 *busy_cycles, 1399void gk20a_pmu_get_load_counters(struct gk20a *g, u32 *busy_cycles,
1400 u32 *total_cycles); 1400 u32 *total_cycles);