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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 328bb73b..e106c479 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -532,6 +532,7 @@ struct gk20a {
532 struct mutex dbg_sessions_lock; 532 struct mutex dbg_sessions_lock;
533 int dbg_sessions; /* number attached */ 533 int dbg_sessions; /* number attached */
534 int dbg_powergating_disabled_refcount; /*refcount for pg disable */ 534 int dbg_powergating_disabled_refcount; /*refcount for pg disable */
535 int dbg_timeout_disabled_refcount; /*refcount for timeout disable */
535 536
536 void (*remove_support)(struct platform_device *); 537 void (*remove_support)(struct platform_device *);
537 538