mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 15:38:07 +09:00
This patch adds support for a chunk heap that allows for buffers that are made up of a list of fixed size chunks taken from a carveout. Chunk sizes are configured when the heaps are created by passing the chunk size in the priv field of the heap platform data. Change-Id: Ia9e003f727b553a92804264debe119dcf78b14e0 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
4 lines
148 B
Makefile
4 lines
148 B
Makefile
obj-$(CONFIG_ION) += ion.o ion_heap.o ion_page_pool.o ion_system_heap.o \
|
|
ion_carveout_heap.o ion_chunk_heap.o
|
|
obj-$(CONFIG_ION_TEGRA) += tegra/
|