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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index a03d5765..a82ad254 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -259,6 +259,9 @@ struct gk20a {
259 void __iomem *bar1_saved; 259 void __iomem *bar1_saved;
260 260
261 bool power_on; 261 bool power_on;
262#ifdef CONFIG_INPUT_CFBOOST
263 bool boost_added;
264#endif
262 265
263 struct rw_semaphore busy_lock; 266 struct rw_semaphore busy_lock;
264 267