summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Luong <x0119002@ti.com>2011-05-31 09:24:59 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:06:30 +0100
commit2e246bd8e4768b785507fcc81251dab275e615d7 (patch)
tree2bfd575fc49c451e334872ea3c5a7893af946086
parent06bd5a43510aa4da0579779e5c2e0c1f261f5415 (diff)
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 \