Re: [PATCH v6 4/5] videobuf2-dc: Let drivers specify DMA attrs

From: Doug Anderson
Date: Wed Feb 17 2016 - 12:26:37 EST


Hans,

On Wed, Feb 17, 2016 at 9:00 AM, Hans Verkuil <hverkuil@xxxxxxxxx> wrote:
> Hi Doug,
>
> Is there any reason to think that different planes will need different
> DMA attrs? I ask because this patch series of mine:
>
> http://www.spinics.net/lists/linux-media/msg97522.html
>
> does away with allocating allocation contexts (struct vb2_dc_conf).
>
> For dma_attr this would mean that struct dma_attrs would probably be implemented
> as a struct dma_attrs pointer in the vb2_queue struct once I rebase that patch series
> on top of this patch. In other words, the same dma_attrs struct would be used for all
> planes.
>
> Second question: would specifying dma_attrs also make sense for videobuf2-dma-sg.c?

Those are all probably better questions for someone like Tomasz, who
authored ${SUBJECT} patch. I mostly ended up touching this codepath
by going down the rabbit hole chasing a bug. In my particular case I
was seeing that video was eating up all the large chunks in the system
needlessly and starving other memory users. Using DMA attrs was the
logical way to indicate that we didn't need large chunks, so I used
it. Other than that I'm totally unfamiliar with the video subsystem.


-Doug