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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index bcad4437..e613e65f 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1411,8 +1411,8 @@ int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt)
1411 /*TODO in code verify that enable PMU is done, 1411 /*TODO in code verify that enable PMU is done,
1412 scrubbing etc is done*/ 1412 scrubbing etc is done*/
1413 /*TODO in code verify that gmmu vm init is done*/ 1413 /*TODO in code verify that gmmu vm init is done*/
1414 err = gk20a_gmmu_alloc_attr_sys(g, 1414 err = gk20a_gmmu_alloc_flags_sys(g,
1415 DMA_ATTR_READ_ONLY, bl_sz, &acr->hsbl_ucode); 1415 NVGPU_DMA_READ_ONLY, bl_sz, &acr->hsbl_ucode);
1416 if (err) { 1416 if (err) {
1417 gk20a_err(d, "failed to allocate memory\n"); 1417 gk20a_err(d, "failed to allocate memory\n");
1418 goto err_done; 1418 goto err_done;