Hello,
On Tuesday, August 23, 2011 3:54 PM Hans Verkuil wrote:
> I've been converting a Cisco internal driver to vb2 and while doing that I
> found a few issues.
>
> 1) I noticed that struct vb2_buffer doesn't have a list_head that the driver
> can use to hook it in its dma queue. That forces yo
Hi all,
I've been converting a Cisco internal driver to vb2 and while doing that I
found a few issues.
1) I noticed that struct vb2_buffer doesn't have a list_head that the driver
can use to hook it in its dma queue. That forces you to make your own
buffer struct just to have your own list_head.