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

2019-09-23 Thread Brian Starkey
Hi John, On Fri, Sep 06, 2019 at 06:47:09PM +, 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 and

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

2019-09-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! C