Re: [RFC][PATCH 2/6 v3] dma-buf: heaps: Add heap helpers

2019-03-29 Thread Andrew F. Davis
On 3/28/19 7:15 PM, 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 maintainters: > Rebecca

[RFC][PATCH 2/6 v3] dma-buf: heaps: Add heap helpers

2019-03-28 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!