aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorVictor Kleinik <x0150886@ti.com>2012-08-10 17:29:01 +0000
committerZiyann <jaraidaniel@gmail.com>2014-10-01 13:00:54 +0200
commit2a6590193f3e8502728d251e11ec7dea562b41c4 (patch)
tree544f3127597ce3d95cf491f6e261eaf0d32dedf8 /drivers/misc
parent67d85afdd9bf2a850a49cd12e29c8ae00b2c2e90 (diff)
downloadkernel_samsung_tuna-2a6590193f3e8502728d251e11ec7dea562b41c4.zip
kernel_samsung_tuna-2a6590193f3e8502728d251e11ec7dea562b41c4.tar.gz
kernel_samsung_tuna-2a6590193f3e8502728d251e11ec7dea562b41c4.tar.bz2
gcx: changed GC_THREAD_TIMEOUT value
GC_THREAD_TIMEOUT value was changed from 1000 to 20. This change gives us nearly 60mA power saving. Change-Id: If5a2e3af2e1771f25c1697424151a822312e91f5 Signed-off-by: Victor Kleinik <x0150886@ti.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/gcx/gccore/gcqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/gcx/gccore/gcqueue.c b/drivers/misc/gcx/gccore/gcqueue.c
index 90f705f..367ae94 100644
--- a/drivers/misc/gcx/gccore/gcqueue.c
+++ b/drivers/misc/gcx/gccore/gcqueue.c
@@ -67,7 +67,7 @@ GCDBG_FILTERDEF(queue, GCZONE_NONE,
/* GPU timeout in milliseconds. The timeout value controls when the power
* on the GPU is pulled if there is no activity in progress or scheduled. */
-#define GC_THREAD_TIMEOUT 1000
+#define GC_THREAD_TIMEOUT 20
/* Time in milliseconds to wait for GPU to become idle. */
#define GC_IDLE_TIMEOUT 100