summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Diaz Prado <x0083741@ti.com>2011-05-31 09:25:10 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 09:25:10 +0100
commit757b28a2b37b55e882af915567c36ea1ca27d74d (patch)
treee11f091c6eadc9369c115d7222e1d0aa2cf70cf8
parentaaa926d9d5f9e0cfe8d559d017f8bfd689a724f1 (diff)
SGX: Enable early suspend flag for all OMAP3/4 builds
This patch enables the SGX_EARLYSUSPEND flag on all the OMAP3/4 builds which allows the SGX display driver to receive properly the suspend/resume requests from the early suspend mechanism. This will solve suspend/resume 3D application issues when the dual display feature is enabled in the DDK. Currently it was only enabled on OMAP3 builds. Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com> Change-Id: Ief6e221f916729a0747e81b550f6fb426184a61b
-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 fcc187d9de9..2fb03e420da 100644
--- a/drivers/gpu/pvr/Makefile
+++ b/drivers/gpu/pvr/Makefile
@@ -27,6 +27,7 @@ ccflags-y = -DLINUX -D__linux__ -Idrivers/gpu/pvr \
-DSYS_CUSTOM_POWERLOCK_WRAP \
-DSUPPORT_SGX_NEW_STATUS_VALS \
-DSYS_OMAP3430_PIN_MEMORY_BUS_CLOCK \
+ -DSGX_EARLYSUSPEND \
-DPVRSRV_MODNAME="\"pvrsrvkm"\"
ccflags-$(CONFIG_SGX540) += -Idrivers/gpu/pvr/omap4 -Idrivers/gpu/pvr/sgx \
@@ -47,7 +48,6 @@ ccflags-$(CONFIG_SGX_530_BUILD_RELEASE) += \
-DPVR_BUILD_TYPE="\"release\"" \
-DRELEASE \
-DSUPPORT_ACTIVE_POWER_MANAGEMENT \
- -DSGX_EARLYSUSPEND \
-DSUPPORT_HW_RECOVERY \
-DSUPPORT_SGX_LOW_LATENCY_SCHEDULING