summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index b0e72552..e28a31c8 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -454,7 +454,7 @@ static void clk_setup_dvfs_detection(struct gk20a *g, struct pll *gpll)
454/* Enable NA/DVFS mode */ 454/* Enable NA/DVFS mode */
455static int clk_enbale_pll_dvfs(struct gk20a *g) 455static int clk_enbale_pll_dvfs(struct gk20a *g)
456{ 456{
457 u32 data, cfg; 457 u32 data, cfg = 0;
458 int delay = gpc_pll_params.iddq_exit_delay; /* iddq & calib delay */ 458 int delay = gpc_pll_params.iddq_exit_delay; /* iddq & calib delay */
459 struct pll_parms *p = &gpc_pll_params; 459 struct pll_parms *p = &gpc_pll_params;
460 bool calibrated = p->uvdet_slope && p->uvdet_offs; 460 bool calibrated = p->uvdet_slope && p->uvdet_offs;