summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/pmu_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/pmu_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/pmu_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
index cadbd308..308bcf04 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
@@ -71,7 +71,7 @@ static int gp106_pmu_enable_hw(struct pmu_gk20a *pmu, bool enable)
71 return 0; 71 return 0;
72 } 72 }
73 udelay(PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT); 73 udelay(PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT);
74 } while (--retries || !tegra_platform_is_silicon()); 74 } while (--retries);
75 75
76 /* If scrubbing timeout, keep PMU in reset state */ 76 /* If scrubbing timeout, keep PMU in reset state */
77 gk20a_writel(g, pwr_falcon_engine_r(), 77 gk20a_writel(g, pwr_falcon_engine_r(),