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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
index 03fec2a3..96ade0d2 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
@@ -22,5 +22,7 @@ bool gv11b_is_pmu_supported(struct gk20a *g);
22int gv11b_pmu_bootstrap(struct nvgpu_pmu *pmu); 22int gv11b_pmu_bootstrap(struct nvgpu_pmu *pmu);
23int gv11b_pg_gr_init(struct gk20a *g, u32 pg_engine_id); 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); 24int gv11b_pg_set_subfeature_mask(struct gk20a *g, u32 pg_engine_id);
25bool gv11b_is_lazy_bootstrap(u32 falcon_id);
26bool gv11b_is_priv_load(u32 falcon_id);
25 27
26#endif /*__PMU_GV11B_H_*/ 28#endif /*__PMU_GV11B_H_*/