summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug.c b/drivers/gpu/nvgpu/common/linux/debug.c
index af3b9964..80a1f7db 100644
--- a/drivers/gpu/nvgpu/common/linux/debug.c
+++ b/drivers/gpu/nvgpu/common/linux/debug.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2017 NVIDIA Corporation. All rights reserved. 2 * Copyright (C) 2017-2018 NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * This software is licensed under the terms of the GNU General Public 4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and 5 * License version 2, as published by the Free Software Foundation, and
@@ -377,7 +377,9 @@ void gk20a_debug_init(struct gk20a *g, const char *debugfs_symlink)
377 gr_gk20a_debugfs_init(g); 377 gr_gk20a_debugfs_init(g);
378 gk20a_pmu_debugfs_init(g); 378 gk20a_pmu_debugfs_init(g);
379 gk20a_railgating_debugfs_init(g); 379 gk20a_railgating_debugfs_init(g);
380#ifdef CONFIG_NVGPU_SUPPORT_CDE
380 gk20a_cde_debugfs_init(g); 381 gk20a_cde_debugfs_init(g);
382#endif
381 gk20a_ce_debugfs_init(g); 383 gk20a_ce_debugfs_init(g);
382 nvgpu_alloc_debugfs_init(g); 384 nvgpu_alloc_debugfs_init(g);
383 nvgpu_hal_debugfs_init(g); 385 nvgpu_hal_debugfs_init(g);