summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/debug.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/debug.c b/drivers/gpu/nvgpu/os/linux/debug.c
index c4dae9e6..9403e72e 100644
--- a/drivers/gpu/nvgpu/os/linux/debug.c
+++ b/drivers/gpu/nvgpu/os/linux/debug.c
@@ -22,6 +22,7 @@
22#include "debug_sched.h" 22#include "debug_sched.h"
23#include "debug_hal.h" 23#include "debug_hal.h"
24#include "debug_xve.h" 24#include "debug_xve.h"
25#include "debug_ltc.h"
25#include "debug_bios.h" 26#include "debug_bios.h"
26#include "os_linux.h" 27#include "os_linux.h"
27#include "platform_gk20a.h" 28#include "platform_gk20a.h"
@@ -435,6 +436,7 @@ void gk20a_debug_init(struct gk20a *g, const char *debugfs_symlink)
435#ifdef CONFIG_NVGPU_TRACK_MEM_USAGE 436#ifdef CONFIG_NVGPU_TRACK_MEM_USAGE
436 nvgpu_kmem_debugfs_init(g); 437 nvgpu_kmem_debugfs_init(g);
437#endif 438#endif
439 nvgpu_ltc_debugfs_init(g);
438 if (g->pci_vendor_id) { 440 if (g->pci_vendor_id) {
439 nvgpu_xve_debugfs_init(g); 441 nvgpu_xve_debugfs_init(g);
440 nvgpu_bios_debugfs_init(g); 442 nvgpu_bios_debugfs_init(g);