Re: [PATCH v5 3/5] dma-buf: heaps: Add system heap to dmabuf heaps

2019-06-07 Thread Brian Starkey
Hi, On Fri, Jun 07, 2019 at 03:07:17AM +, John Stultz wrote: > This patch adds system heap to the dma-buf heaps framework. > > This allows applications to get a page-allocator backed dma-buf > for non-contiguous memory. > > This code is an evolution of the Android ION implementation, so >

[PATCH v5 3/5] dma-buf: heaps: Add system heap to dmabuf heaps

2019-06-06 Thread John Stultz
This patch adds system heap to the dma-buf heaps framework. This allows applications to get a page-allocator backed dma-buf for non-contiguous memory. This code is an evolution of the Android ION implementation, so thanks to its original authors and maintainters: Rebecca Schultz Zavin, Colin