aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Diaz Prado <x0083741@ti.com>2011-01-07 19:05:06 -0600
committerErik Gilling <konkers@android.com>2011-03-30 10:11:32 -0700
commit16e3c2464fef995c3dbf3a29e7191fbac49e2e7d (patch)
treea583a9023e06333feb97cfa8a48b1d1110e0c58c
parent205646cc871320be9ae210ee1900a92b3ff31ce8 (diff)
downloadexperimental-16e3c2464fef995c3dbf3a29e7191fbac49e2e7d.tar.gz
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