linux/drivers/dma-buf
Jianqun Xu 383018f42d ANDROID: dma-buf: system_heap: allocate from dma32_pool for dma32* heap
The system_dma32 heap should allocate pages with GFP_DMA32, from
dma32_pool.
Fixes: 8880c05e5a ("ANDROID: dma-buf: system_heap: support to allocate pages with GFP_DMA32")

Change-Id: I3e9f123b653cd50873cd8dd40d31c46968ad4a43
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
2021-12-15 14:30:52 +08:00
..
heaps ANDROID: dma-buf: system_heap: allocate from dma32_pool for dma32* heap 2021-12-15 14:30:52 +08:00
dma-buf-cache.c dma-buf: Rename dma-cache to dma-buf-cache 2021-12-09 10:55:09 +08:00
dma-buf-sysfs-stats.c ANDROID: Delete the DMA-BUF attachment sysfs statistics 2021-07-14 20:52:01 -07:00
dma-buf-sysfs-stats.h ANDROID: Delete the DMA-BUF attachment sysfs statistics 2021-07-14 20:52:01 -07:00
dma-buf.c Merge tag 'ASB-2021-12-05_12-5.10' of https://android.googlesource.com/kernel/common 2021-12-14 17:09:02 +08:00
dma-fence-array.c
dma-fence-chain.c
dma-fence.c UPSTREAM: dma-fence: allow signaling drivers to set fence timestamp 2021-04-07 14:17:51 +00:00
dma-heap.c Revert "dma-buf: dma-heap set device max_segment_size to DMA_BIT_MASK(32)" 2021-12-14 16:53:56 +08:00
dma-resv.c dma-buf/dma-resv: Respect num_fences when initializing the shared fence list. 2020-12-30 11:54:26 +01:00
Kconfig dma-buf: support to cache dma-buf-attachment 2021-11-25 16:35:27 +08:00
Makefile dma-buf: Rename dma-cache to dma-buf-cache 2021-12-09 10:55:09 +08:00
selftest.c
selftest.h
selftests.h
seqno-fence.c
st-dma-fence-chain.c
st-dma-fence.c
sw_sync.c dma-buf/sw_sync: sw_sync register as misc devices 2021-07-07 20:53:14 +08:00
sync_debug.c dma-buf/sw_sync: build sw-sync as module for gki 2021-09-26 15:46:54 +08:00
sync_debug.h dma-buf/sw_sync: build sw-sync as module for gki 2021-09-26 15:46:54 +08:00
sync_file.c dma-buf/sync_file: Don't leak fences on merge failure 2021-07-25 14:36:20 +02:00
sync_trace.h
udmabuf.c