summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-05-31 09:25:17 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:06:51 +0100
commit5244c323f88bd8c0447cd92b105bde747c805eff (patch)
tree1137d5d4e116cb5e982d3d1ea8162a9d1ff32dc1
parent5869df53893e01de8bff911023585679989b3555 (diff)
SGX-KM: Reduce PB heap to 16M and increase General Heap size
This patch reduces PB heap size to allow more mapping space in General Heap. Change-Id: I80fe1f3bf014ffbc94a07fd97f9836e20fe80930 Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
-rw-r--r--drivers/gpu/pvr/sgx/sgxconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/pvr/sgx/sgxconfig.h b/drivers/gpu/pvr/sgx/sgxconfig.h
index e1cd4058b34..d0ab4e7838d 100644
--- a/drivers/gpu/pvr/sgx/sgxconfig.h
+++ b/drivers/gpu/pvr/sgx/sgxconfig.h
@@ -184,14 +184,14 @@
#define SGX_GENERAL_MAPPING_HEAP_SIZE (0x01800000-0x00001000-0x00001000)
#define SGX_GENERAL_HEAP_BASE 0x01800000
- #define SGX_GENERAL_HEAP_SIZE (0x07000000-0x00001000)
+ #define SGX_GENERAL_HEAP_SIZE (0x0A000000-0x00001000)
#else
#define SGX_GENERAL_HEAP_BASE 0x00001000
- #define SGX_GENERAL_HEAP_SIZE (0x08800000-0x00001000-0x00001000)
+ #define SGX_GENERAL_HEAP_SIZE (0x0B800000-0x00001000-0x00001000)
#endif
- #define SGX_3DPARAMETERS_HEAP_SIZE 0x04000000
+ #define SGX_3DPARAMETERS_HEAP_SIZE 0x01000000
#if !defined(HYBRID_SHARED_PB_SIZE)
@@ -214,7 +214,7 @@
#endif
#endif
- #define SGX_SHARED_3DPARAMETERS_HEAP_BASE 0x08800000
+ #define SGX_SHARED_3DPARAMETERS_HEAP_BASE 0x0B800000
#define SGX_PERCONTEXT_3DPARAMETERS_HEAP_BASE (SGX_SHARED_3DPARAMETERS_HEAP_BASE + SGX_SHARED_3DPARAMETERS_SIZE)