summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorInamdar Sharif <isharif@nvidia.com>2018-01-20 02:15:55 -0500
committerInamdar Sharif <isharif@nvidia.com>2018-01-20 03:25:06 -0500
commit4021d42cbb37c6d7cd30bd132d1d08d004422917 (patch)
tree4400fd723ce998d088f63dca1e8dea41f33b29b8 /drivers
parentb8dbc853d79a086c30b4be5e15d25cc305320e8b (diff)
Revert "gpu: nvgpu: disable_syncpoints debugfs changed to read only"
This reverts commit c713934675b32b30f3939f3ab4dd7466eb96a523. since this change is causing ap_opengles_screen to fail on embedded-qnx-hv Change-Id: I812d3483df961def492fb49c14911f6bcca36da4 Signed-off-by: Inamdar Sharif <isharif@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1642759
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug.c b/drivers/gpu/nvgpu/common/linux/debug.c
index 76018f8d..169bfbc5 100644
--- a/drivers/gpu/nvgpu/common/linux/debug.c
+++ b/drivers/gpu/nvgpu/common/linux/debug.c
@@ -304,7 +304,7 @@ void gk20a_debug_init(struct gk20a *g, const char *debugfs_symlink)
304 debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR, 304 debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR,
305 l->debugfs, &g->ch_wdt_timeout_ms); 305 l->debugfs, &g->ch_wdt_timeout_ms);
306 306
307 debugfs_create_u32("disable_syncpoints", S_IRUGO, 307 debugfs_create_u32("disable_syncpoints", S_IRUGO|S_IWUSR,
308 l->debugfs, &g->disable_syncpoints); 308 l->debugfs, &g->disable_syncpoints);
309 309
310 /* Legacy debugging API. */ 310 /* Legacy debugging API. */