aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-08-25 03:01:24 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:39 -0400
commit7aa13dd5eebfb1f005a1ddeb783cd09f3103e9a9 (patch)
tree641eeb21439a2a4f6fe2c7e7dd29d793ff8d9af5 /drivers/gpu
parent0864534b5b826024b3f87c24ef0c7a6b9f9d0aac (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>
Diffstat (limited to 'drivers/gpu')
-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) += \
65 -DPVR_BUILD_TYPE="\"release\"" \ 65 -DPVR_BUILD_TYPE="\"release\"" \
66 -DRELEASE \ 66 -DRELEASE \
67 -DSUPPORT_ACTIVE_POWER_MANAGEMENT \ 67 -DSUPPORT_ACTIVE_POWER_MANAGEMENT \
68 -DSUPPORT_HW_RECOVERY \
68 -DPVR_NO_FULL_CACHE_OPS 69 -DPVR_NO_FULL_CACHE_OPS
69 70
70ccflags-$(CONFIG_SGX_540_BUILD_DEBUG) += \ 71ccflags-$(CONFIG_SGX_540_BUILD_DEBUG) += \
@@ -77,6 +78,7 @@ ccflags-$(CONFIG_SGX_540_BUILD_DEBUG) += \
77 -DPVRSRV_DUMP_MK_TRACE \ 78 -DPVRSRV_DUMP_MK_TRACE \
78 -DSUPPORT_ACTIVE_POWER_MANAGEMENT \ 79 -DSUPPORT_ACTIVE_POWER_MANAGEMENT \
79 -DPVR_NO_FULL_CACHE_OPS \ 80 -DPVR_NO_FULL_CACHE_OPS \
81 -DSUPPORT_HW_RECOVERY \
80 -DDEBUG_LOG_PATH_TRUNCATE="\"eurasia_km\"" 82 -DDEBUG_LOG_PATH_TRUNCATE="\"eurasia_km\""
81 83
82ccflags-$(CONFIG_SGX_PDUMP) += -Idrivers/gpu/pvr/pdump \ 84ccflags-$(CONFIG_SGX_PDUMP) += -Idrivers/gpu/pvr/pdump \