Re: [PATCH v5 2/5] dma-buf: heaps: Add heap helpers

2019-06-07 Thread Brian Starkey
Hi John, On Fri, Jun 07, 2019 at 03:07:16AM +, John Stultz wrote: > Add generic helper dmabuf ops for dma heaps, so we can reduce > the amount of duplicative code for the exported dmabufs. > > This code is an evolution of the Android ION implementation, so > thanks to its original authors

[PATCH v5 2/5] dma-buf: heaps: Add heap helpers

2019-06-06 Thread John Stultz
Add generic helper dmabuf ops for dma heaps, so we can reduce the amount of duplicative code for the exported dmabufs. This code is an evolution of the Android ION implementation, so thanks to its original authors and maintainters: Rebecca Schultz Zavin, Colin Cross, Laura Abbott, and others!