| Age | Commit message (Collapse) | Author | 
|---|
|  | From: Mauro Carvalho Chehab <mchehab@infradead.org>
videobuf-dvb were still using a function that were videobuf-dma-sg
dependent. This patch creates a generic handler for this function. This
way, videobuf-dvb can now work with all videobuf implementations.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> | 
|  | Signed-off-by: Brandon Philips <bphilips@suse.de> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
http://thread.gmane.org/gmane.comp.video.video4linux/34978/focus=34981
Reviewed-by: Ricardo Cerqueira <v4l@cerqueira.org> | 
|  | 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>
---
 linux/drivers/media/Kconfig                   |    4
 linux/drivers/media/video/Kconfig             |    2
 linux/drivers/media/video/Makefile            |    1
 linux/drivers/media/video/videobuf-vmalloc.c |  385 ++++++++++++++++++++++++++
 linux/include/media/videobuf-vmalloc.h       |   44 ++
 5 files changed, 435 insertions(+), 1 deletion(-) |