summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/pmu/pmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/pmu/pmu.c b/drivers/gpu/nvgpu/common/pmu/pmu.c
index fe36ab87..9bcfa14e 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu.c
@@ -565,6 +565,7 @@ int nvgpu_pmu_destroy(struct gk20a *g)
565 g->pg_gating_cnt += pg_stat_data.gating_cnt; 565 g->pg_gating_cnt += pg_stat_data.gating_cnt;
566 566
567 nvgpu_mutex_acquire(&pmu->isr_mutex); 567 nvgpu_mutex_acquire(&pmu->isr_mutex);
568 g->ops.pmu.pmu_enable_irq(pmu, false);
568 pmu->isr_enabled = false; 569 pmu->isr_enabled = false;
569 nvgpu_mutex_release(&pmu->isr_mutex); 570 nvgpu_mutex_release(&pmu->isr_mutex);
570 571