summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
index 9cb6b222..06efa8f6 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
@@ -29,6 +29,7 @@ struct gk20a;
29 29
30bool gv11b_is_pmu_supported(struct gk20a *g); 30bool gv11b_is_pmu_supported(struct gk20a *g);
31int gv11b_pmu_bootstrap(struct nvgpu_pmu *pmu); 31int gv11b_pmu_bootstrap(struct nvgpu_pmu *pmu);
32void gv11b_pmu_init_perfmon_counter(struct gk20a *g);
32int gv11b_pg_gr_init(struct gk20a *g, u32 pg_engine_id); 33int gv11b_pg_gr_init(struct gk20a *g, u32 pg_engine_id);
33int gv11b_pg_set_subfeature_mask(struct gk20a *g, u32 pg_engine_id); 34int gv11b_pg_set_subfeature_mask(struct gk20a *g, u32 pg_engine_id);
34bool gv11b_is_lazy_bootstrap(u32 falcon_id); 35bool gv11b_is_lazy_bootstrap(u32 falcon_id);