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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
index ce10c4cb..03fec2a3 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
@@ -18,6 +18,9 @@
18 18
19struct gk20a; 19struct gk20a;
20 20
21void gv11b_init_pmu_ops(struct gk20a *g); 21bool gv11b_is_pmu_supported(struct gk20a *g);
22int gv11b_pmu_bootstrap(struct nvgpu_pmu *pmu);
23int gv11b_pg_gr_init(struct gk20a *g, u32 pg_engine_id);
24int gv11b_pg_set_subfeature_mask(struct gk20a *g, u32 pg_engine_id);
22 25
23#endif /*__PMU_GV11B_H_*/ 26#endif /*__PMU_GV11B_H_*/