summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/pmu_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/pmu_gm20b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h b/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
index 37634783..0e4968fb 100644
--- a/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
@@ -34,7 +34,11 @@ void gm20b_pmu_load_lsf(struct gk20a *g, u32 falcon_id, u32 flags);
34int gm20b_pmu_init_acr(struct gk20a *g); 34int gm20b_pmu_init_acr(struct gk20a *g);
35void gm20b_write_dmatrfbase(struct gk20a *g, u32 addr); 35void gm20b_write_dmatrfbase(struct gk20a *g, u32 addr);
36bool gm20b_pmu_is_debug_mode_en(struct gk20a *g); 36bool gm20b_pmu_is_debug_mode_en(struct gk20a *g);
37int gm20b_ns_pmu_setup_hw_and_bootstrap(struct gk20a *g);
38void gm20b_pmu_setup_apertures(struct gk20a *g);
39void gm20b_update_lspmu_cmdline_args(struct gk20a *g);
37int gm20b_pmu_setup_hw_and_bl_bootstrap(struct gk20a *g, 40int gm20b_pmu_setup_hw_and_bl_bootstrap(struct gk20a *g,
38 struct hs_acr *acr_desc, 41 struct hs_acr *acr_desc,
39 struct nvgpu_falcon_bl_info *bl_info); 42 struct nvgpu_falcon_bl_info *bl_info);
43void gm20b_secured_pmu_start(struct gk20a *g);
40#endif /*NVGPU_GM20B_PMU_GM20B_H*/ 44#endif /*NVGPU_GM20B_PMU_GM20B_H*/