summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2015-02-10 00:46:13 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:06:19 -0400
commit401118f88b3ff2adc99d325fc22ba3c34a75016a (patch)
treeaf1c41eb534d7780c7121bb702de0ea42c2e26e7 /drivers/gpu/nvgpu/gm20b/clk_gm20b.c
parentd1ccfb0f130c6c2d5be7b235e39e5000a6f6fa0e (diff)
gpu: nvgpu: Add Fmax at Vmin debugfs node
Change-Id: I547cc02a544d117a4c76bf2541b9594d0769c2ef Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/682822 GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
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: