summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/Makefile
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-12-03 17:26:39 +0000
committerSumit Semwal <sumit.semwal@linaro.org>2019-12-11 11:13:36 +0530
commitefa04fefebbd724ffda7f49e42d057a7217c45b0 (patch)
treefa63a7efd28222b67601a1ce29a557b9ddf815d8 /drivers/dma-buf/heaps/Makefile
parent5248eb12fea890a03b4cdc3ef546d6319d4d9b73 (diff)
downloadtalos-op-linux-efa04fefebbd724ffda7f49e42d057a7217c45b0.tar.gz
talos-op-linux-efa04fefebbd724ffda7f49e42d057a7217c45b0.zip
dma-buf: heaps: Add system heap to dmabuf heaps
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@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: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Brian Starkey <brian.starkey@arm.com> Acked-by: Sandeep Patil <sspatil@android.com> Acked-by: Laura Abbott <labbott@redhat.com> Tested-by: Ayan Kumar Halder <ayan.halder@arm.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191203172641.66642-4-john.stultz@linaro.org
Diffstat (limited to 'drivers/dma-buf/heaps/Makefile')
-rw-r--r--drivers/dma-buf/heaps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma-buf/heaps/Makefile b/drivers/dma-buf/heaps/Makefile
index de49898112db..d1808eca2581 100644
--- a/drivers/dma-buf/heaps/Makefile
+++ b/drivers/dma-buf/heaps/Makefile
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += heap-helpers.o
+obj-$(CONFIG_DMABUF_HEAPS_SYSTEM) += system_heap.o
OpenPOWER on IntegriCloud