summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/debug_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/debug_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
index d20229b3..4b8e61c4 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
@@ -421,7 +421,7 @@ void gk20a_debug_init(struct device *dev, const char *debugfs_symlink)
421#endif 421#endif
422 422
423#ifdef CONFIG_DEBUG_FS 423#ifdef CONFIG_DEBUG_FS
424 spin_lock_init(&g->debugfs_lock); 424 nvgpu_spinlock_init(&g->debugfs_lock);
425 425
426 g->mm.ltc_enabled = true; 426 g->mm.ltc_enabled = true;
427 g->mm.ltc_enabled_debug = true; 427 g->mm.ltc_enabled_debug = true;