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
commit958938858397c525b0f87c3ded006617db05fb99 (patch)
treef62f7b80f03ead15a594d0b2efc7c5fe2381a235
parent33e9ca458389571aa6034f6150062fc1236494cd (diff)
OMAP4: SGX-KM: Enable HW recovery
This patch enables SGX HW recovery. HW recovery must MUST be enabled in the user mode SGX DDK for this to work. Change-Id: I842f818e1ce0f5bd80e4d0c9540e8f9a6213c79b Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
-rw-r--r--drivers/gpu/pvr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/Makefile b/drivers/gpu/pvr/Makefile
index c1e7127d110..2d43f48baaa 100644
--- a/drivers/gpu/pvr/Makefile
+++ b/drivers/gpu/pvr/Makefile
@@ -65,6 +65,7 @@ ccflags-$(CONFIG_SGX_540_BUILD_RELEASE) += \
-DPVR_BUILD_TYPE="\"release\"" \
-DRELEASE \
-DSUPPORT_ACTIVE_POWER_MANAGEMENT \
+ -DSUPPORT_HW_RECOVERY \
-DPVR_NO_FULL_CACHE_OPS
ccflags-$(CONFIG_SGX_540_BUILD_DEBUG) += \
@@ -77,6 +78,7 @@ ccflags-$(CONFIG_SGX_540_BUILD_DEBUG) += \
-DPVRSRV_DUMP_MK_TRACE \
-DSUPPORT_ACTIVE_POWER_MANAGEMENT \
-DPVR_NO_FULL_CACHE_OPS \
+ -DSUPPORT_HW_RECOVERY \
-DDEBUG_LOG_PATH_TRUNCATE="\"eurasia_km\""
ccflags-$(CONFIG_SGX_PDUMP) += -Idrivers/gpu/pvr/pdump \