summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/acr_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/acr_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/acr_gm206.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm206/acr_gm206.c b/drivers/gpu/nvgpu/gm206/acr_gm206.c
index aeccbd28..5a61bd21 100644
--- a/drivers/gpu/nvgpu/gm206/acr_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/acr_gm206.c
@@ -204,7 +204,7 @@ static int gm206_flcn_populate_bl_dmem_desc(struct gk20a *g,
204 204
205/*Loads ACR bin to FB mem and bootstraps PMU with bootloader code 205/*Loads ACR bin to FB mem and bootstraps PMU with bootloader code
206 * start and end are addresses of ucode blob in non-WPR region*/ 206 * start and end are addresses of ucode blob in non-WPR region*/
207int gm206_bootstrap_hs_flcn(struct gk20a *g) 207static int gm206_bootstrap_hs_flcn(struct gk20a *g)
208{ 208{
209 struct mm_gk20a *mm = &g->mm; 209 struct mm_gk20a *mm = &g->mm;
210 struct vm_gk20a *vm = &mm->pmu.vm; 210 struct vm_gk20a *vm = &mm->pmu.vm;