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 744a852e..0ff3838a 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -2737,7 +2737,7 @@ static void pmu_setup_hw_enable_elpg(struct gk20a *g)
2737 2737
2738 pmu->zbc_ready = true; 2738 pmu->zbc_ready = true;
2739 /* Save zbc table after PMU is initialized. */ 2739 /* Save zbc table after PMU is initialized. */
2740 gr_gk20a_pmu_save_zbc(g, 0xf); 2740 gk20a_pmu_save_zbc(g, 0xf);
2741 2741
2742 if (g->elpg_enabled) { 2742 if (g->elpg_enabled) {
2743 /* Init reg with prod values*/ 2743 /* Init reg with prod values*/