V4L/DVB: [v5,2/2] v4l: Add a mem-to-mem videobuf framework test device
authorPawel Osciak <p.osciak@samsung.com>
Fri, 23 Apr 2010 08:38:38 +0000 (05:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:04 +0000 (12:58 -0300)
commit96d8eab5d0a1a9741a4cae1b3c125d75d1aabedf
tree26379653e6babe8b19ac46d1aa81b88adc584a67
parent7f98639def42a676998d734b381af6c0e64d7791
V4L/DVB: [v5,2/2] v4l: Add a mem-to-mem videobuf framework test device

This is a virtual device driver for testing the memory-to-memory framework.

This virtual device uses in-memory buffers for both its source and destination.
It is capable of multi-instance, multi-buffer-per-transaction operation
(via the mem2mem framework).

[mchehab@redhat.com: use videobuf_queue_to_vaddr instead of the removed videobuf_queue_to_vmalloc]
Signed-off-by: Pawel Osciak <p.osciak@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Vaibhav Hiremath <hvaibhav@ti.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/mem2mem_testdev.c [new file with mode: 0644]