summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index c57fba45..cffe7199 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1348,8 +1348,7 @@ int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt)
1348 /*TODO in code verify that enable PMU is done, 1348 /*TODO in code verify that enable PMU is done,
1349 scrubbing etc is done*/ 1349 scrubbing etc is done*/
1350 /*TODO in code verify that gmmu vm init is done*/ 1350 /*TODO in code verify that gmmu vm init is done*/
1351 err = nvgpu_dma_alloc_flags_sys(g, 1351 err = nvgpu_dma_alloc_sys(g, bl_sz, &acr->hsbl_ucode);
1352 NVGPU_DMA_READ_ONLY, bl_sz, &acr->hsbl_ucode);
1353 if (err) { 1352 if (err) {
1354 nvgpu_err(g, "failed to allocate memory"); 1353 nvgpu_err(g, "failed to allocate memory");
1355 goto err_done; 1354 goto err_done;