summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug.c
diff options
context:
space:
mode:
authorInamdar Sharif <isharif@nvidia.com>2018-01-22 00:36:06 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-24 05:00:04 -0500
commit6a5bd72856ce8cef4a29d1c26c47432195b93826 (patch)
treebab24650e53bf99b52c2c329cf51f30e4cebd2a9 /drivers/gpu/nvgpu/common/linux/debug.c
parent96da4ef17de6c28a03863b8c6a61a9a77eb68f49 (diff)
Revert "Revert "gpu: nvgpu: disable_syncpoints debugfs changed to read only""
This reverts commit 4021d42cbb37c6d7cd30bd132d1d08d004422917. Original change was reverted since that was suspected to have caused opengles test faulure on QNX, but it turned out that the original change was actually not causing the failure. Hence original change is restored. Change-Id: I64796f1a3b1f700f294c259d4426c493f2f1ad85 Signed-off-by: Inamdar Sharif <isharif@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1643309 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug.c')
-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 169bfbc5..76018f8d 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|S_IWUSR, 307 debugfs_create_u32("disable_syncpoints", S_IRUGO,
308 l->debugfs, &g->disable_syncpoints); 308 l->debugfs, &g->disable_syncpoints);
309 309
310 /* Legacy debugging API. */ 310 /* Legacy debugging API. */