summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index b8357c76..470729b7 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1518,6 +1518,7 @@ static int gk20a_probe(struct platform_device *dev)
1518 S_IRUGO|S_IWUSR, 1518 S_IRUGO|S_IWUSR,
1519 platform->debugfs, 1519 platform->debugfs,
1520 &gk20a->mm.disable_bigpage); 1520 &gk20a->mm.disable_bigpage);
1521 gr_gk20a_debugfs_init(gk20a);
1521 gk20a_pmu_debugfs_init(dev); 1522 gk20a_pmu_debugfs_init(dev);
1522 gk20a_cde_debugfs_init(dev); 1523 gk20a_cde_debugfs_init(dev);
1523#endif 1524#endif