summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index d1ce6afb..b03e779b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -647,7 +647,6 @@ struct gk20a {
647 /* held while manipulating # of debug/profiler sessions present */ 647 /* held while manipulating # of debug/profiler sessions present */
648 /* also prevents debug sessions from attaching until released */ 648 /* also prevents debug sessions from attaching until released */
649 struct mutex dbg_sessions_lock; 649 struct mutex dbg_sessions_lock;
650 int dbg_sessions; /* number attached */
651 int dbg_powergating_disabled_refcount; /*refcount for pg disable */ 650 int dbg_powergating_disabled_refcount; /*refcount for pg disable */
652 int dbg_timeout_disabled_refcount; /*refcount for timeout disable */ 651 int dbg_timeout_disabled_refcount; /*refcount for timeout disable */
653 652