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 4ea9b911..a5664a0e 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -3246,7 +3246,7 @@ static int gk20a_init_pmu_setup_hw1(struct gk20a *g)
3246 gk20a_dbg_fn(""); 3246 gk20a_dbg_fn("");
3247 3247
3248 nvgpu_mutex_acquire(&pmu->isr_mutex); 3248 nvgpu_mutex_acquire(&pmu->isr_mutex);
3249 pmu_reset(pmu); 3249 g->ops.pmu.reset(g);
3250 pmu->isr_enabled = true; 3250 pmu->isr_enabled = true;
3251 nvgpu_mutex_release(&pmu->isr_mutex); 3251 nvgpu_mutex_release(&pmu->isr_mutex);
3252 3252