linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: John Stultz <john.stultz@linaro.org>,
	lkml <linux-kernel@vger.kernel.org>
Cc: "Andrew F. Davis" <afd@ti.com>, Laura Abbott <labbott@redhat.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Sumit Semwal <sumit.semwal@linaro.org>,
	Liam Mark <lmark@codeaurora.org>,
	Pratik Patel <pratikp@codeaurora.org>,
	Brian Starkey <Brian.Starkey@arm.com>,
	Vincent Donnefort <Vincent.Donnefort@arm.com>,
	Sudipto Paul <Sudipto.Paul@arm.com>,
	Christoph Hellwig <hch@infradead.org>,
	Chenbo Feng <fengc@google.com>,
	Alistair Strachan <astrachan@google.com>,
	Hridya Valsaraju <hridya@google.com>,
	Hillf Danton <hdanton@sina.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v10 1/5] dma-buf: Add dma-buf heaps framework
Date: Mon, 7 Oct 2019 14:21:29 -0700	[thread overview]
Message-ID: <ad064efe-4d86-3b81-ace2-152e90c72e94@infradead.org> (raw)
In-Reply-To: <20191007211830.42838-2-john.stultz@linaro.org>

On 10/7/19 2:18 PM, John Stultz wrote:
> diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig
> index a23b6752d11a..6e9c7c4d7447 100644
> --- a/drivers/dma-buf/Kconfig
> +++ b/drivers/dma-buf/Kconfig
> @@ -44,4 +44,13 @@ config DMABUF_SELFTESTS
>  	default n
>  	depends on DMA_SHARED_BUFFER
>  
> +menuconfig DMABUF_HEAPS
> +	bool "DMA-BUF Userland Memory Heaps"
> +	select DMA_SHARED_BUFFER
> +	help
> +	  Choose this option to enable the DMA-BUF userland memory heaps,

	                                                           heaps.

> +	  this options creates per heap chardevs in /dev/dma_heap/ which

	  This

> +	  allows userspace to use to allocate dma-bufs that can be shared

??	                   to allocate & use

> +	  between drivers.
> +
>  endmenu


-- 
~Randy

  reply	other threads:[~2019-10-07 21:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 21:18 [PATCH v10 0/5] DMA-BUF Heaps (destaging ION) John Stultz
2019-10-07 21:18 ` [PATCH v10 1/5] dma-buf: Add dma-buf heaps framework John Stultz
2019-10-07 21:21   ` Randy Dunlap [this message]
2019-10-07 21:27     ` John Stultz
2019-10-07 21:18 ` [PATCH v10 2/5] dma-buf: heaps: Add heap helpers John Stultz
2019-10-07 21:18 ` [PATCH v10 3/5] dma-buf: heaps: Add system heap to dmabuf heaps John Stultz
2019-10-07 21:18 ` [PATCH v10 4/5] dma-buf: heaps: Add CMA " John Stultz
2019-10-07 21:18 ` [PATCH v10 5/5] kselftests: Add dma-heap test John Stultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad064efe-4d86-3b81-ace2-152e90c72e94@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=Brian.Starkey@arm.com \
    --cc=Sudipto.Paul@arm.com \
    --cc=Vincent.Donnefort@arm.com \
    --cc=afd@ti.com \
    --cc=astrachan@google.com \
    --cc=benjamin.gaignard@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fengc@google.com \
    --cc=hch@infradead.org \
    --cc=hdanton@sina.com \
    --cc=hridya@google.com \
    --cc=john.stultz@linaro.org \
    --cc=labbott@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lmark@codeaurora.org \
    --cc=pratikp@codeaurora.org \
    --cc=sumit.semwal@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).