summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/common/pmu/pmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/pmu/pmu.c b/drivers/gpu/nvgpu/common/pmu/pmu.c
index cc87c89b..294034a7 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu.c
@@ -354,7 +354,7 @@ static void pmu_setup_hw_enable_elpg(struct gk20a *g)
354 nvgpu_log_fn(g, " "); 354 nvgpu_log_fn(g, " ");
355 355
356 pmu->initialized = true; 356 pmu->initialized = true;
357 nvgpu_pmu_state_change(g, PMU_STATE_STARTED, false); 357 nvgpu_pmu_state_change(g, PMU_STATE_STARTED, true);
358 358
359 if (g->ops.pmu_ver.is_pmu_zbc_save_supported) { 359 if (g->ops.pmu_ver.is_pmu_zbc_save_supported) {
360 /* Save zbc table after PMU is initialized. */ 360 /* Save zbc table after PMU is initialized. */