mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: Init clock debugfs after clock support
Initialized GK20A clock debugfs after clock support hardware and software are ready. Bug 1450787 Change-Id: I8ec2ef303a84b9151b7ce209a1864f1729382a44 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/440973 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
This commit is contained in:
@@ -1502,8 +1502,6 @@ static int gk20a_probe(struct platform_device *dev)
|
||||
gk20a_create_sysfs(dev);
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
clk_gk20a_debugfs_init(dev);
|
||||
|
||||
spin_lock_init(&gk20a->debugfs_lock);
|
||||
gk20a->mm.ltc_enabled = true;
|
||||
gk20a->mm.ltc_enabled_debug = true;
|
||||
|
||||
Reference in New Issue
Block a user