diff options
| author | Eric Luong <x0119002@ti.com> | 2011-05-31 09:24:59 +0100 |
|---|---|---|
| committer | Andy Green <andy.green@linaro.org> | 2011-05-31 11:06:30 +0100 |
| commit | 06bd5a43510aa4da0579779e5c2e0c1f261f5415 (patch) | |
| tree | b787c5bbabc547457ebb8b709b25126446fadc9c | |
| parent | a95770f1a06554e142fa849b7123d0f6e17cc4ec (diff) | |
SGX-KM: OMAP4 K35 Turn on active power management
For L27.7.1 Graphics release
Signed-off-by: Eric Luong <x0119002@ti.com>
Change-Id: I88aa53bad1b38da196bb094d2c62492609408687
| -rw-r--r-- | drivers/gpu/pvr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/Makefile b/drivers/gpu/pvr/Makefile index b49aea59deb..171f88074c0 100644 --- a/drivers/gpu/pvr/Makefile +++ b/drivers/gpu/pvr/Makefile @@ -63,10 +63,12 @@ ccflags-$(CONFIG_SGX_530_BUILD_DEBUG) += \ ccflags-$(CONFIG_SGX_540_BUILD_RELEASE) += \ -DPVR_BUILD_TYPE="\"release\"" \ -DRELEASE \ + -DSUPPORT_ACTIVE_POWER_MANAGEMENT \ -DSUPPORT_SGX_LOW_LATENCY_SCHEDULING ccflags-$(CONFIG_SGX_540_BUILD_DEBUG) += \ -DPVR_BUILD_TYPE="\"debug\"" -DDEBUG \ + -DSUPPORT_ACTIVE_POWER_MANAGEMENT \ -DDEBUG_LINUX_MEMORY_ALLOCATIONS \ -DDEBUG_LINUX_MEM_AREAS \ -DDEBUG_LINUX_MMAP_AREAS \ |
