summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-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 5a61bd21..988761f0 100644
--- a/drivers/gpu/nvgpu/gm206/acr_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/acr_gm206.c
@@ -252,7 +252,7 @@ static int gm206_bootstrap_hs_flcn(struct gk20a *g)
252 err = -1; 252 err = -1;
253 goto err_release_acr_fw; 253 goto err_release_acr_fw;
254 } 254 }
255 err = gk20a_gmmu_alloc_map(vm, img_size_in_bytes, 255 err = gk20a_gmmu_alloc_map_sys(vm, img_size_in_bytes,
256 &acr->acr_ucode); 256 &acr->acr_ucode);
257 if (err) { 257 if (err) {
258 err = -ENOMEM; 258 err = -ENOMEM;