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

2019-11-04 Thread John Stultz
On Mon, Nov 4, 2019 at 11:34 AM John Stultz wrote: > > On Sun, Nov 3, 2019 at 8:13 AM wrote: > > On Fri, Nov 01, 2019 at 09:42:35PM +, John Stultz wrote: > > > Add generic helper dmabuf ops for dma heaps, so we can reduce > > > the amount of duplicative code for the exported dmabufs. > > > >

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

2019-11-04 Thread John Stultz
On Sun, Nov 3, 2019 at 8:13 AM wrote: > On Fri, Nov 01, 2019 at 09:42:35PM +, 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, s

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

2019-11-01 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