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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index 56a03e46..9f1068ee 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -1653,6 +1653,11 @@ static int clk_gm20b_debugfs_init(struct gk20a *g)
1653 if (!d) 1653 if (!d)
1654 goto err_out; 1654 goto err_out;
1655 1655
1656 d = debugfs_create_u32("fmax2x_at_vmin_safe_t", S_IRUGO,
1657 platform->debugfs, (u32 *)&dvfs_safe_max_freq);
1658 if (!d)
1659 goto err_out;
1660
1656 return 0; 1661 return 0;
1657 1662
1658err_out: 1663err_out: