summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
index 84478611..6568d62f 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
@@ -24,8 +24,21 @@
24#define GM20B_FECS_UCODE_SIG "fecs_sig.bin" 24#define GM20B_FECS_UCODE_SIG "fecs_sig.bin"
25#define T18x_GPCCS_UCODE_SIG "gpccs_sig.bin" 25#define T18x_GPCCS_UCODE_SIG "gpccs_sig.bin"
26 26
27void gm20b_init_secure_pmu(struct gpu_ops *gops); 27bool gm20b_is_pmu_supported(struct gk20a *g);
28int prepare_ucode_blob(struct gk20a *g); 28int prepare_ucode_blob(struct gk20a *g);
29int gm20b_bootstrap_hs_flcn(struct gk20a *g);
30bool gm20b_is_lazy_bootstrap(u32 falcon_id);
31bool gm20b_is_priv_load(u32 falcon_id);
32void gm20b_wpr_info(struct gk20a *g, struct wpr_carveout_info *inf);
33int gm20b_alloc_blob_space(struct gk20a *g, size_t size, struct nvgpu_mem *mem);
34int gm20b_pmu_populate_loader_cfg(struct gk20a *g,
35 void *lsfm, u32 *p_bl_gen_desc_size);
36int gm20b_flcn_populate_bl_dmem_desc(struct gk20a *g,
37 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid);
38int pmu_wait_for_halt(struct gk20a *g, unsigned int timeout_ms);
39int clear_halt_interrupt_status(struct gk20a *g, unsigned int timeout);
40int gm20b_init_pmu_setup_hw1(struct gk20a *g, void *desc, u32 bl_sz);
41
29int gm20b_pmu_setup_sw(struct gk20a *g); 42int gm20b_pmu_setup_sw(struct gk20a *g);
30int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt); 43int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt);
31int gm20b_init_nspmu_setup_hw1(struct gk20a *g); 44int gm20b_init_nspmu_setup_hw1(struct gk20a *g);