linux/drivers/gpu/ion
Rebecca Schultz Zavin 2a5c1c4cfc gpu: ion: Modify gfp flags in ion_system_heap
When allocations larger than order 4 are made, use _GFP_NORETRY
and __GFP_NO_KSWAPD so kswapd doesn't get kicked off to reclaim
these larger chunks.  For smaller allocaitons, these are
unnecessary, as the system should be able to reclaim these.

Change-Id: I6b45cd1a595d25cc39622e3dbcc04d84fa1b7db8
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
2013-07-01 14:16:09 -07:00
..
tegra gpu: ion: Add ION Memory Manager 2013-07-01 13:40:35 -07:00
ion_carveout_heap.c gpu: ion: Add cache maintenance to ion. 2013-07-01 13:40:51 -07:00
ion_heap.c gpu: ion: Add ION Memory Manager 2013-07-01 13:40:35 -07:00
ion_page_pool.c gpu: ion: Add ion_page_pool. 2013-07-01 14:16:08 -07:00
ion_priv.h gpu: ion: Use the ion_page_pool from the system heap 2013-07-01 14:16:09 -07:00
ion_system_heap.c gpu: ion: Modify gfp flags in ion_system_heap 2013-07-01 14:16:09 -07:00
ion_system_mapper.c gpu: ion: Add ION Memory Manager 2013-07-01 13:40:35 -07:00
ion.c gpu: ion: Use the ion_page_pool from the system heap 2013-07-01 14:16:09 -07:00
Kconfig ion: Switch ion to use dma-buf 2013-07-01 13:40:47 -07:00
Makefile gpu: ion: Add ion_page_pool. 2013-07-01 14:16:08 -07:00