Re: [PATCH v4 0/3] dma-buf: heaps: Use constant name for CMA heap

2025-07-07 Thread Sumit Semwal
Hello Jared, On Mon, 7 Jul 2025 at 18:40, Jared Kangas wrote: > > On Tue, Jun 10, 2025 at 06:12:28AM -0700, Jared Kangas wrote: > > Hi all, > > > > This patch series is based on a previous discussion around CMA heap > > naming. [1] The heap's name depends on the device name, which is > > generall

Re: [PATCH v4 0/3] dma-buf: heaps: Use constant name for CMA heap

2025-07-07 Thread Jared Kangas
On Tue, Jun 10, 2025 at 06:12:28AM -0700, Jared Kangas wrote: > Hi all, > > This patch series is based on a previous discussion around CMA heap > naming. [1] The heap's name depends on the device name, which is > generally "reserved", "linux,cma", or "default-pool", but could be any > arbitrary na

[PATCH v4 0/3] dma-buf: heaps: Use constant name for CMA heap

2025-06-10 Thread Jared Kangas
Hi all, This patch series is based on a previous discussion around CMA heap naming. [1] The heap's name depends on the device name, which is generally "reserved", "linux,cma", or "default-pool", but could be any arbitrary name given to the default CMA area in the devicetree. For a consistent users