V4L/DVB (6254): Add videobuf-vmalloc
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 3 Aug 2007 02:31:33 +0000 (23:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:14:56 +0000 (22:14 -0300)
Adds a newer videobuf-vmalloc module. This module uses the same
videobuf controls, but implements memory allocation based on vmalloc
methods.

With this method, an USB driver can use video-buf, without needing to
request memory from the DMA-safe area.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found