summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-05-31 09:25:16 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:06:50 +0100
commit3ad3136136646d2d4801948170b98509dacffc9d (patch)
treef6f51d0d699bd05921896a370ea63564e2ea7e37
parent958938858397c525b0f87c3ded006617db05fb99 (diff)
OMAP4; SGX-KM: Set Active Power Latency to 2 ms
APM latency was being set to 1 ms. This could cause problems if the power cycle time was close to 1 ms. Setting it to 2ms to allow more tolerance for delay in power up/down path. Change-Id: Ic788e68835e973e7bb9802ef4b95746d3bcda7df Signed-off-by: Hemant Hariyani <hemanthariyani@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 2d43f48baaa..c4bc7ea188d 100644
--- a/drivers/gpu/pvr/Makefile
+++ b/drivers/gpu/pvr/Makefile
@@ -17,7 +17,7 @@ ccflags-y = -DLINUX -D__linux__ -Idrivers/gpu/pvr \
-DSUPPORT_SGX_HWPERF \
-DSUPPORT_MEMINFO_IDS \
-DDISPLAY_CONTROLLER=omaplfb \
- -DSYS_SGX_ACTIVE_POWER_LATENCY_MS=1 \
+ -DSYS_SGX_ACTIVE_POWER_LATENCY_MS=2 \
-DPVR_BUILD_DATE="" \
-DSUPPORT_SGX \
-DCLIENT_DRIVER_DEFAULT_WAIT_RETRIES=50 \