Revert "gpu: nvgpu: disable_syncpoints debugfs changed to read only"

This reverts commit c713934675.
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
This commit is contained in:
Inamdar Sharif
2018-01-19 23:15:55 -08:00
parent b8dbc853d7
commit 4021d42cbb

View File

@@ -304,7 +304,7 @@ void gk20a_debug_init(struct gk20a *g, const char *debugfs_symlink)
debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR,
l->debugfs, &g->ch_wdt_timeout_ms);
debugfs_create_u32("disable_syncpoints", S_IRUGO,
debugfs_create_u32("disable_syncpoints", S_IRUGO|S_IWUSR,
l->debugfs, &g->disable_syncpoints);
/* Legacy debugging API. */