Skip to content
Commit c02a81fb authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Sumit Semwal
Browse files

dma-buf: Add dma-buf heaps framework



This framework allows a unified userspace interface for dma-buf
exporters, allowing userland to allocate specific types of memory
for use in dma-buf sharing.

Each heap is given its own device node, which a user can allocate
a dma-buf fd from using the DMA_HEAP_IOC_ALLOC.

This code is an evoluiton of the Android ION implementation,
and a big thanks is due to its authors/maintainers over time
for their effort:
  Rebecca Schultz Zavin, Colin Cross, Benjamin Gaignard,
  Laura Abbott, and many other contributors!

Cc: Laura Abbott <labbott@redhat.com>
Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Liam Mark <lmark@codeaurora.org>
Cc: Pratik Patel <pratikp@codeaurora.org>
Cc: Brian Starkey <Brian.Starkey@arm.com>
Cc: Vincent Donnefort <Vincent.Donnefort@arm.com>
Cc: Sudipto Paul <Sudipto.Paul@arm.com>
Cc: Andrew F. Davis <afd@ti.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Chenbo Feng <fengc@google.com>
Cc: Alistair Strachan <astrachan@google.com>
Cc: Hridya Valsaraju <hridya@google.com>
Cc: Sandeep Patil <sspatil@google.com>
Cc: Hillf Danton <hdanton@sina.com>
Cc: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: default avatarBrian Starkey <brian.starkey@arm.com>
Acked-by: default avatarSandeep Patil <sspatil@android.com>
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191203172641.66642-2-john.stultz@linaro.org
parent 907aa265
  • mirror @mirror

    mentioned in commit fb1c4605b3b3bf4b46e4e70513ddd75ff1378172

    ·

    mentioned in commit fb1c4605b3b3bf4b46e4e70513ddd75ff1378172

    Toggle commit list
  • mirror @mirror

    mentioned in commit 24801ef0aeabd08c883878af5039eeb0ee4f4521

    ·

    mentioned in commit 24801ef0aeabd08c883878af5039eeb0ee4f4521

    Toggle commit list
  • mirror @mirror

    mentioned in commit 4c5a9a5d

    ·

    mentioned in commit 4c5a9a5d

    Toggle commit list
  • mirror @mirror

    mentioned in commit 0960432c

    ·

    mentioned in commit 0960432c

    Toggle commit list
  • mirror @mirror

    mentioned in commit f75e51717fac3b8253be0e90909c791fa4771812

    ·

    mentioned in commit f75e51717fac3b8253be0e90909c791fa4771812

    Toggle commit list
  • mirror @mirror

    mentioned in commit 19da3679e695dea916c55a112bbf663757e26c03

    ·

    mentioned in commit 19da3679e695dea916c55a112bbf663757e26c03

    Toggle commit list
  • mirror @mirror

    mentioned in commit d73da5e70808bd1570e018293b09e2843fc20751

    ·

    mentioned in commit d73da5e70808bd1570e018293b09e2843fc20751

    Toggle commit list
  • mirror @mirror

    mentioned in commit f93888ebba097a0080eea4502f2706ddf6b6628b

    ·

    mentioned in commit f93888ebba097a0080eea4502f2706ddf6b6628b

    Toggle commit list
  • mirror @mirror

    mentioned in commit d70e78e0ab9e6486c84a38609e1c1f62997287b6

    ·

    mentioned in commit d70e78e0ab9e6486c84a38609e1c1f62997287b6

    Toggle commit list
  • mirror @mirror

    mentioned in commit b18ab20289612e2471df571b47d0b1c1e5995691

    ·

    mentioned in commit b18ab20289612e2471df571b47d0b1c1e5995691

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment