summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index db3974bb..ed144c0f 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1286,7 +1286,7 @@ int gm20b_init_nspmu_setup_hw1(struct gk20a *g)
1286 gk20a_dbg_fn(""); 1286 gk20a_dbg_fn("");
1287 1287
1288 nvgpu_mutex_acquire(&pmu->isr_mutex); 1288 nvgpu_mutex_acquire(&pmu->isr_mutex);
1289 pmu_reset(pmu); 1289 g->ops.pmu.reset(g);
1290 pmu->isr_enabled = true; 1290 pmu->isr_enabled = true;
1291 nvgpu_mutex_release(&pmu->isr_mutex); 1291 nvgpu_mutex_release(&pmu->isr_mutex);
1292 1292