mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:32 +00:00
amd-gpu: increase MEM1 area
- fixes issue where allocations fail after compiz started.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user