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

2019-06-07 Thread Brian Starkey
Hi, On Fri, Jun 07, 2019 at 03:07:18AM +, John Stultz wrote: > This adds a CMA heap, which allows userspace to allocate > a dma-buf of contiguous memory out of a CMA region. > > This code is an evolution of the Android ION implementation, so > thanks to its original author and maintainters: >

[PATCH v5 4/5] dma-buf: heaps: Add CMA heap to dmabuf heaps

2019-06-06 Thread John Stultz
This adds a CMA heap, which allows userspace to allocate a dma-buf of contiguous memory out of a CMA region. This code is an evolution of the Android ION implementation, so thanks to its original author and maintainters: Benjamin Gaignard, Laura Abbott, and others! Cc: Laura Abbott Cc: Benjami