From d788d86e01b44262b10f7b4d96e0cc8aaf478f74 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Tue, 24 Mar 2015 13:24:11 -0700 Subject: 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 Reviewed-on: http://git-master/r/721989 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gk20a.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') 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 { void __iomem *bar1_saved; bool power_on; -#ifdef CONFIG_INPUT_CFBOOST - bool boost_added; -#endif struct rw_semaphore busy_lock; -- cgit v1.2.2