[RFC][PATCH 3/5 v2] dma-buf: heaps: Add system heap to dmabuf heaps

John Stultz john.stultz at linaro.org
Mon Mar 11 05:48:47 UTC 2019


On Wed, Mar 6, 2019 at 8:01 AM Benjamin Gaignard
<benjamin.gaignard at linaro.org> wrote:
>
> Le mar. 5 mars 2019 à 21:54, John Stultz <john.stultz at linaro.org> a écrit :
> >
> > This patch adds system heap to the dma-buf heaps framework.
> >
> > This allows applications to get a page-allocator backed dma-buf
> > for non-contiguous memory.
> >
> > 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!
> >
> > Cc: Laura Abbott <labbott at redhat.com>
> > Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org>
> > Cc: Greg KH <gregkh at linuxfoundation.org>
> > Cc: Sumit Semwal <sumit.semwal at linaro.org>
> > Cc: Liam Mark <lmark at codeaurora.org>
> > Cc: Brian Starkey <Brian.Starkey at arm.com>
> > Cc: Andrew F. Davis <afd at ti.com>
> > Cc: Chenbo Feng <fengc at google.com>
> > Cc: Alistair Strachan <astrachan at google.com>
> > Cc: dri-devel at lists.freedesktop.org
> > Signed-off-by: John Stultz <john.stultz at linaro.org>
> > ---
> > v2:
> > * Switch allocate to return dmabuf fd
> > * Simplify init code
> > * Checkpatch fixups
> > * Droped dead system-contig code
>
> just few blank lines to remove.
>
> Reveiwed-by: Benjamin Gaignard <benjamin.gaignard at linaro.org>

Done! Thanks so much for the review!
-john


More information about the dri-devel mailing list