aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lofthouse <a0741364@ti.com>2011-06-22 14:29:19 -0700
committerIliyan Malchev <malchev@google.com>2011-06-23 18:08:47 -0700
commit5628e5147ab52e6332802d664fb6212b56a27bb3 (patch)
treef9a87437ac1668993b2eb1e91e82890ff77546c7
parentd98534b8f865dbd1b1fbdfeb01276ed640d87e4d (diff)
downloadkernel_samsung_tuna-5628e5147ab52e6332802d664fb6212b56a27bb3.zip
kernel_samsung_tuna-5628e5147ab52e6332802d664fb6212b56a27bb3.tar.gz
kernel_samsung_tuna-5628e5147ab52e6332802d664fb6212b56a27bb3.tar.bz2
(TEMP) SGX-KM: Increase SGX general heap (work-around)
Increase the SGX general heap size at the expense of the parameter buffer. Signed-off-by: Iliyan Malchev <malchev@google.com>
-rw-r--r--drivers/gpu/pvr/sgx/sgxconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/pvr/sgx/sgxconfig.h b/drivers/gpu/pvr/sgx/sgxconfig.h
index f0c8010..888647b 100644
--- a/drivers/gpu/pvr/sgx/sgxconfig.h
+++ b/drivers/gpu/pvr/sgx/sgxconfig.h
@@ -212,10 +212,10 @@
#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)
@@ -238,7 +238,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)