summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/acr_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/acr_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/acr_gp106.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/acr_gp106.h b/drivers/gpu/nvgpu/gp106/acr_gp106.h
index 3fab1509..ad004bf0 100644
--- a/drivers/gpu/nvgpu/gp106/acr_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/acr_gp106.h
@@ -63,4 +63,12 @@ int gp106_flcn_populate_bl_dmem_desc(struct gk20a *g,
63 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid); 63 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid);
64int lsfm_fill_flcn_bl_gen_desc(struct gk20a *g, 64int lsfm_fill_flcn_bl_gen_desc(struct gk20a *g,
65 struct lsfm_managed_ucode_img_v2 *pnode); 65 struct lsfm_managed_ucode_img_v2 *pnode);
66int gp106_acr_fill_bl_dmem_desc(struct gk20a *g,
67 struct nvgpu_acr *acr, struct hs_acr *acr_desc,
68 u32 *acr_ucode_header);
69int gp106_acr_patch_wpr_info_to_ucode(struct gk20a *g, struct nvgpu_acr *acr,
70 struct hs_acr *acr_desc, bool is_recovery);
71void nvgpu_gp106_acr_sw_init(struct gk20a *g, struct nvgpu_acr *acr);
72
66#endif /* NVGPU_ACR_GP106_H */ 73#endif /* NVGPU_ACR_GP106_H */
74