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, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h b/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
index 424fab35..ed3a8700 100644
--- a/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/pmu_gm20b.h
@@ -18,7 +18,9 @@
18 18
19struct gk20a; 19struct gk20a;
20 20
21void gm20b_init_pmu_ops(struct gk20a *g); 21int gm20b_load_falcon_ucode(struct gk20a *g, u32 falconidmask);
22int gm20b_pmu_setup_elpg(struct gk20a *g);
23void pmu_dump_security_fuses_gm20b(struct gk20a *g);
22void gm20b_pmu_load_lsf(struct gk20a *g, u32 falcon_id, u32 flags); 24void gm20b_pmu_load_lsf(struct gk20a *g, u32 falcon_id, u32 flags);
23int gm20b_pmu_init_acr(struct gk20a *g); 25int gm20b_pmu_init_acr(struct gk20a *g);
24void gm20b_write_dmatrfbase(struct gk20a *g, u32 addr); 26void gm20b_write_dmatrfbase(struct gk20a *g, u32 addr);