set ALLORNOTHING allocator for mdp heap

This commit is contained in:
SecureCRT 2012-06-05 00:12:26 +08:00
parent 32f796ad5c
commit d0bde07fa4

2
arch/arm/mach-msm/board-htcleo.c Normal file → Executable file

@ -755,7 +755,7 @@ static struct android_pmem_platform_data mdp_pmem_pdata = {
.start = MSM_PMEM_MDP_BASE,
.size = MSM_PMEM_MDP_SIZE,
#ifdef CONFIG_MSM_KGSL
.allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
.allocator_type = PMEM_ALLOCATORTYPE_ALLORNOTHING,
#else
.no_allocator = 0,
#endif