[RESEND][PATCH v8 1/5] dma-buf: Add dma-buf heaps framework

John Stultz john.stultz at linaro.org
Wed Oct 2 16:14:42 UTC 2019


On Sun, Sep 29, 2019 at 8:27 PM Hillf Danton <hdanton at sina.com> wrote:
> On Fri,  6 Sep 2019 18:47:08 +0000 John Stultz wrote:
> > +/**
> > + * dma_heap_get_data() - get per-heap driver data
> > + * @heap: DMA-Heap to retrieve private data for
> > + *
> > + * Returns:
> > + * The per-heap data for the heap.
> > + */
> > +void *dma_heap_get_data(struct dma_heap *heap);
> > +
>
> It will help readers more than thought understand this framework
> if s/get_data/get_drvdata/

Sounds good!

Thanks for the review and suggestion!
-john


More information about the dri-devel mailing list