Skip to content

Commit

Permalink
[media] v4l: mem2mem: port m2m_testdev to vb2
Browse files Browse the repository at this point in the history
This patch ports mem2mem test device to videobuf2 framework.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Marek Szyprowski authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 908a0d7 commit d80ee38
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 123 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,7 @@ if V4L_MEM2MEM_DRIVERS
config VIDEO_MEM2MEM_TESTDEV
tristate "Virtual test device for mem2mem framework"
depends on VIDEO_DEV && VIDEO_V4L2
depends on BROKEN
select VIDEOBUF_VMALLOC
select VIDEOBUF2_VMALLOC
select V4L2_MEM2MEM_DEV
default n
---help---
Expand Down
Loading

0 comments on commit d80ee38

Please sign in to comment.