]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit82715411db956b68e5eb2a451d9e53900481c3d6
tree26379653e6babe8b19ac46d1aa81b88adc584a67
parent1ede4d08c8c306b8c93def0c5ad764c434dccd35
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]