summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 95bb1eb6..275fbd4e 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -1349,7 +1349,7 @@ static int pmu_bootstrap(struct pmu_gk20a *pmu)
1349 pwr_falcon_itfen_ctxen_enable_f()); 1349 pwr_falcon_itfen_ctxen_enable_f());
1350 gk20a_writel(g, pwr_pmu_new_instblk_r(), 1350 gk20a_writel(g, pwr_pmu_new_instblk_r(),
1351 pwr_pmu_new_instblk_ptr_f( 1351 pwr_pmu_new_instblk_ptr_f(
1352 sg_phys(mm->pmu.inst_block.sgt->sgl) >> 12) | 1352 gk20a_mem_phys(&mm->pmu.inst_block) >> 12) |
1353 pwr_pmu_new_instblk_valid_f(1) | 1353 pwr_pmu_new_instblk_valid_f(1) |
1354 pwr_pmu_new_instblk_target_sys_coh_f()); 1354 pwr_pmu_new_instblk_target_sys_coh_f());
1355 1355