[RFC][PATCH 4/5 v2] dma-buf: heaps: Add CMA heap to dmabuf heapss

John Stultz john.stultz at linaro.org
Thu Mar 21 20:15:52 UTC 2019


On Wed, Mar 6, 2019 at 8:05 AM Benjamin Gaignard
<benjamin.gaignard at linaro.org> wrote:
> Le mar. 5 mars 2019 à 21:54, John Stultz <john.stultz at linaro.org> a écrit :
> > +#define to_cma_heap(x) container_of(x, struct cma_heap, heap)
>
> Even if I had write this macro years ago, now I would prefer to have a
> static inline function
> to be able to check the types.
>
> with that:
> Reviewed-by: Benjamin Gaignard <benjamin.gaignard at linaro.org>

Thanks for the suggestion! I've reworked that and the other
container_of macro I had in the patch series to be inline functions.

thanks again!
-john


More information about the dri-devel mailing list