summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c b/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c
index 7a465fee..d8e4e705 100644
--- a/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c
@@ -105,7 +105,7 @@ int gp10b_get_arbiter_clk_default(struct gk20a *g, u32 api_domain,
105 &min_mhz, &max_mhz); 105 &min_mhz, &max_mhz);
106 106
107 if (ret == 0) { 107 if (ret == 0) {
108 *default_mhz = min_mhz; 108 *default_mhz = max_mhz;
109 } 109 }
110 break; 110 break;
111 111
@@ -417,4 +417,4 @@ void gp10b_clk_arb_cleanup(struct nvgpu_clk_arb *arb)
417 nvgpu_kfree(g, g->clk_arb); 417 nvgpu_kfree(g, g->clk_arb);
418 418
419 g->clk_arb = NULL; 419 g->clk_arb = NULL;
420} \ No newline at end of file 420}