mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +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:
@@ -591,10 +591,6 @@ static inline int support_gk20a_pmu(void){return 0;}
|
||||
|
||||
void gk20a_create_sysfs(struct platform_device *dev);
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
int clk_gk20a_debugfs_init(struct platform_device *dev);
|
||||
#endif
|
||||
|
||||
#define GK20A_BAR0_IORESOURCE_MEM 0
|
||||
#define GK20A_BAR1_IORESOURCE_MEM 1
|
||||
#define GK20A_SIM_IORESOURCE_MEM 2
|
||||
|
||||
Reference in New Issue
Block a user