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 43df8f24..08a58abb 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1244,7 +1244,7 @@ static int bl_bootstrap(struct nvgpu_pmu *pmu,
1244 pwr_falcon_dmemc_offs_f(0) | 1244 pwr_falcon_dmemc_offs_f(0) |
1245 pwr_falcon_dmemc_blk_f(0) | 1245 pwr_falcon_dmemc_blk_f(0) |
1246 pwr_falcon_dmemc_aincw_f(1)); 1246 pwr_falcon_dmemc_aincw_f(1));
1247 pmu_copy_to_dmem(pmu, 0, (u8 *)pbl_desc, 1247 nvgpu_flcn_copy_to_dmem(pmu->flcn, 0, (u8 *)pbl_desc,
1248 sizeof(struct flcn_bl_dmem_desc), 0); 1248 sizeof(struct flcn_bl_dmem_desc), 0);
1249 /*TODO This had to be copied to bl_desc_dmem_load_off, but since 1249 /*TODO This had to be copied to bl_desc_dmem_load_off, but since
1250 * this is 0, so ok for now*/ 1250 * this is 0, so ok for now*/
@@ -1356,7 +1356,7 @@ static int gm20b_init_pmu_setup_hw1(struct gk20a *g,
1356 g->ops.pmu_ver.set_pmu_cmdline_args_trace_dma_base(pmu); 1356 g->ops.pmu_ver.set_pmu_cmdline_args_trace_dma_base(pmu);
1357 g->ops.pmu_ver.set_pmu_cmdline_args_trace_dma_idx( 1357 g->ops.pmu_ver.set_pmu_cmdline_args_trace_dma_idx(
1358 pmu, GK20A_PMU_DMAIDX_VIRT); 1358 pmu, GK20A_PMU_DMAIDX_VIRT);
1359 pmu_copy_to_dmem(pmu, g->acr.pmu_args, 1359 nvgpu_flcn_copy_to_dmem(pmu->flcn, g->acr.pmu_args,
1360 (u8 *)(g->ops.pmu_ver.get_pmu_cmdline_args_ptr(pmu)), 1360 (u8 *)(g->ops.pmu_ver.get_pmu_cmdline_args_ptr(pmu)),
1361 g->ops.pmu_ver.get_pmu_cmdline_args_size(pmu), 0); 1361 g->ops.pmu_ver.get_pmu_cmdline_args_size(pmu), 0);
1362 /*disable irqs for hs falcon booting as we will poll for halt*/ 1362 /*disable irqs for hs falcon booting as we will poll for halt*/