summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/pmu_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/pmu_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
index 2222cc17..c3ad8978 100644
--- a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
@@ -307,7 +307,7 @@ static int gp10b_init_pmu_setup_hw1(struct gk20a *g)
307 gk20a_dbg_fn(""); 307 gk20a_dbg_fn("");
308 308
309 nvgpu_mutex_acquire(&pmu->isr_mutex); 309 nvgpu_mutex_acquire(&pmu->isr_mutex);
310 g->ops.pmu.reset(g); 310 nvgpu_flcn_reset(pmu->flcn);
311 pmu->isr_enabled = true; 311 pmu->isr_enabled = true;
312 nvgpu_mutex_release(&pmu->isr_mutex); 312 nvgpu_mutex_release(&pmu->isr_mutex);
313 313
@@ -430,6 +430,6 @@ void gp10b_init_pmu_ops(struct gpu_ops *gops)
430 gops->pmu.pmu_lpwr_disable_pg = NULL; 430 gops->pmu.pmu_lpwr_disable_pg = NULL;
431 gops->pmu.pmu_pg_param_post_init = NULL; 431 gops->pmu.pmu_pg_param_post_init = NULL;
432 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL; 432 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL;
433 gops->pmu.reset = gk20a_pmu_reset; 433 gops->pmu.reset = NULL;
434 gops->pmu.dump_secure_fuses = pmu_dump_security_fuses_gp10b; 434 gops->pmu.dump_secure_fuses = pmu_dump_security_fuses_gp10b;
435} 435}