amd-gpu: increase MEM1 area

- fixes issue where allocations fail after compiz started.
This commit is contained in:
Ahmed Ammar
2013-01-20 05:07:04 -06:00
parent 87baf958d0
commit c532e3bcc9
2 changed files with 2 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ static void __init mx51_efikamx_fixup(struct machine_desc *desc, struct tag *tag
struct tag *mem_tag = 0;
int total_mem = SZ_512M;
int fb_mem = SZ_16M;
int gpu_mem = SZ_32M;
int gpu_mem = SZ_32M + SZ_16M;
int sys_mem;
mxc_set_cpu_type(MXC_CPU_MX51);

View File

@@ -39,7 +39,7 @@
#define GSL_HAL_SIZE_REG_G12 SZ_4K /* 4KB */
#define GSL_HAL_SHMEM_SIZE_EMEM_MMU SZ_128M
#define GSL_HAL_SHMEM_SIZE_EMEM_NOMMU SZ_8M
#define GSL_HAL_SHMEM_SIZE_EMEM_NOMMU SZ_16M
/* physical memory area is reserved size minus emem area if no mmu */