aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Luong <x0119002@ti.com>2010-10-04 12:43:09 -0500
committerErik Gilling <konkers@android.com>2011-03-30 10:11:29 -0700
commite1d39b8212a83de2618ea78f19aa13126c2b391d (patch)
tree966d63f449b1d48a19f6c3b58cf3f806f819d5e5
parent114ef9d6f20bd9d0a091d410ff84db48435ab61c (diff)
downloadexperimental-e1d39b8212a83de2618ea78f19aa13126c2b391d.tar.gz
SGX-KM: OMAP4 change SYS_SGX_ACTIVE_POWER_LATENCY_MS to 1
For L27.7.1 Graphics hand off Signed-off-by: Eric Luong <x0119002@ti.com>
-rw-r--r--drivers/gpu/pvr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/Makefile b/drivers/gpu/pvr/Makefile
index 171f88074c0..3039c154bad 100644
--- a/drivers/gpu/pvr/Makefile
+++ b/drivers/gpu/pvr/Makefile
@@ -15,7 +15,7 @@ ccflags-y = -DLINUX -D__linux__ -Idrivers/gpu/pvr \
-DSUPPORT_SGX_HWPERF \
-DSUPPORT_MEMINFO_IDS \
-DDISPLAY_CONTROLLER=omaplfb \
- -DSYS_SGX_ACTIVE_POWER_LATENCY_MS=100 \
+ -DSYS_SGX_ACTIVE_POWER_LATENCY_MS=1 \
-DPVR_BUILD_DATE="" \
-DSUPPORT_SGX \
-DCLIENT_DRIVER_DEFAULT_WAIT_RETRIES=50 \