summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 852fc1b7..102e6a04 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -942,7 +942,7 @@ int gv100_init_hal(struct gk20a *g)
942 __nvgpu_set_enabled(g, NVGPU_FECS_TRACE_VA, true); 942 __nvgpu_set_enabled(g, NVGPU_FECS_TRACE_VA, true);
943 943
944 /* for now */ 944 /* for now */
945 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, false); 945 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true);
946 946
947 g->pmu_lsf_pmu_wpr_init_done = 0; 947 g->pmu_lsf_pmu_wpr_init_done = 0;
948 g->bootstrap_owner = LSF_FALCON_ID_SEC2; 948 g->bootstrap_owner = LSF_FALCON_ID_SEC2;