From 96d8eab5d0a1a9741a4cae1b3c125d75d1aabedf Mon Sep 17 00:00:00 2001
From: Pawel Osciak
Date: Fri, 23 Apr 2010 05:38:38 -0300
Subject: 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
Signed-off-by: Marek Szyprowski
Signed-off-by: Kyungmin Park
Reviewed-by: Vaibhav Hiremath
Tested-by: Vaibhav Hiremath
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/Makefile | 1 +
1 file changed, 1 insertion(+)
(limited to 'drivers/media/video/Makefile')
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index b57be2f542e8..a688a0f43879 100644
--- a/drivers/media/video/Makefile
+++ b/drivers/media/video/Makefile
@@ -151,6 +151,7 @@ obj-$(CONFIG_VIDEO_IVTV) += ivtv/
obj-$(CONFIG_VIDEO_CX18) += cx18/
obj-$(CONFIG_VIDEO_VIVI) += vivi.o
+obj-$(CONFIG_VIDEO_MEM2MEM_TESTDEV) += mem2mem_testdev.o
obj-$(CONFIG_VIDEO_CX23885) += cx23885/
obj-$(CONFIG_VIDEO_AK881X) += ak881x.o
--
cgit v1.2.3