summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 7ace85d7..7c731890 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -4800,6 +4800,7 @@ clean_up:
4800 return err; 4800 return err;
4801} 4801}
4802 4802
4803#ifdef CONFIG_DEBUG_FS
4803void gk20a_mm_debugfs_init(struct device *dev) 4804void gk20a_mm_debugfs_init(struct device *dev)
4804{ 4805{
4805 struct gk20a_platform *platform = dev_get_drvdata(dev); 4806 struct gk20a_platform *platform = dev_get_drvdata(dev);
@@ -4812,6 +4813,7 @@ void gk20a_mm_debugfs_init(struct device *dev)
4812 debugfs_create_bool("force_pramin", 0664, gpu_root, 4813 debugfs_create_bool("force_pramin", 0664, gpu_root,
4813 &g->mm.force_pramin); 4814 &g->mm.force_pramin);
4814} 4815}
4816#endif
4815 4817
4816void gk20a_init_mm(struct gpu_ops *gops) 4818void gk20a_init_mm(struct gpu_ops *gops)
4817{ 4819{