summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-03-24 16:24:11 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 22:01:57 -0400
commitd788d86e01b44262b10f7b4d96e0cc8aaf478f74 (patch)
treea75e9986c0ed1d5d2f33d446507881c63a0d04e9 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent42d17018b442850f246696364d79a2ae11350a12 (diff)
tegra: gpu: disable touch boost for gpu
Gpu boosting with input events is causing more gpu power consumption than required. To avoid this, touch boot for gpu is disabled by not registering gpu device for cfboost frame work. Current rail gate entry/exit latencies are fast enough to give smooth user experience. Bug 200087243 Change-Id: I18673d9c95a44ce9bee87e860b4edb29212dc766 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/721989 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 0436c466..015c8274 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -412,9 +412,6 @@ struct gk20a {
412 void __iomem *bar1_saved; 412 void __iomem *bar1_saved;
413 413
414 bool power_on; 414 bool power_on;
415#ifdef CONFIG_INPUT_CFBOOST
416 bool boost_added;
417#endif
418 415
419 struct rw_semaphore busy_lock; 416 struct rw_semaphore busy_lock;
420 417