-
- Downloads
kgsl: allocate from lowmem
Also, simplify _kgsl_sharedmem_page_alloc now that we only allocate GFP_KERNEL
in PAGE_SIZE chunks.
This reduces the non-movable highmem order-0 allocations from 15% to less than
2% of the total. This this, 98% of highmem is now movable, hence compactable.
This in turn leaves us room to later enable compaction outside of the
direct-reclaim path, which should improve responsiveness on highly-fragmented
devices further.
b/18069309 N5 running L can't run as many apps simultaneously as running K
Change-Id: I810c0100e30156bb2877d6f6b8cecf244f733ed9
Signed-off-by:
Iliyan Malchev <malchev@google.com>
Please register or sign in to comment