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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
index 609ddf72..37ba720a 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * drivers/video/tegra/host/t20/debug_gk20a.c 2 * drivers/video/tegra/host/t20/debug_gk20a.c
3 * 3 *
4 * Copyright (C) 2011-2016 NVIDIA Corporation. All rights reserved. 4 * Copyright (C) 2011-2017 NVIDIA Corporation. All rights reserved.
5 * 5 *
6 * This software is licensed under the terms of the GNU General Public 6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and 7 * License version 2, as published by the Free Software Foundation, and
@@ -412,6 +412,9 @@ void gk20a_debug_init(struct device *dev, const char *debugfs_symlink)
412 debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR, 412 debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR,
413 platform->debugfs, &platform->ch_wdt_timeout_ms); 413 platform->debugfs, &platform->ch_wdt_timeout_ms);
414 414
415 debugfs_create_bool("disable_syncpoints", S_IRUGO|S_IWUSR,
416 platform->debugfs, &platform->disable_syncpoints);
417
415#if defined(GK20A_DEBUG) 418#if defined(GK20A_DEBUG)
416 debugfs_create_u32("dbg_mask", S_IRUGO|S_IWUSR, 419 debugfs_create_u32("dbg_mask", S_IRUGO|S_IWUSR,
417 platform->debugfs, &gk20a_dbg_mask); 420 platform->debugfs, &gk20a_dbg_mask);