summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/sec2_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/sec2_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/sec2_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/sec2_gp106.c b/drivers/gpu/nvgpu/gp106/sec2_gp106.c
index 332ac794..29aceb7c 100644
--- a/drivers/gpu/nvgpu/gp106/sec2_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/sec2_gp106.c
@@ -70,6 +70,7 @@ exit:
70 if (completion) { 70 if (completion) {
71 nvgpu_kill_task_pg_init(g); 71 nvgpu_kill_task_pg_init(g);
72 nvgpu_pmu_state_change(g, PMU_STATE_OFF, false); 72 nvgpu_pmu_state_change(g, PMU_STATE_OFF, false);
73 nvgpu_flcn_dump_stats(&g->sec2_flcn);
73 } 74 }
74 75
75 return completion; 76 return completion;