On Fri, May 1, 2020 at 3:48 AM Brian Starkey wrote:
> On Fri, May 01, 2020 at 07:39:47AM +, John Stultz wrote:
> > +bool cma_dma_heap_enabled(struct cma *cma)
> > +{
> > + return !!cma->dma_heap;
>
> Stylistic thing, but I don't think the !! is really necessary. It's
> already a bool anywa
On Fri, May 01, 2020 at 07:39:47AM +, John Stultz wrote:
> This patch adds a dma_heap flag on the cma structure,
> along with accessors to set and read the flag.
>
> This is then used to process and store the "linux,cma-heap"
> property documented in the previous patch.
>
> Cc: Rob Herring
>
This patch adds a dma_heap flag on the cma structure,
along with accessors to set and read the flag.
This is then used to process and store the "linux,cma-heap"
property documented in the previous patch.
Cc: Rob Herring
Cc: Sumit Semwal
Cc: "Andrew F. Davis"
Cc: Benjamin Gaignard
Cc: Liam Mar
3 matches
Mail list logo