Skip to content

Commit

Permalink
[media] v4l: mem2mem: port to videobuf2
Browse files Browse the repository at this point in the history
Port memory-to-memory framework to videobuf2 framework.

Add support for multi-planar Video for Linux 2 API extensions to the
memory-to-memory driver framework.

Based on the original patch written by Pawel Osciak.

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 53b5d57 commit 908a0d7
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 140 deletions.
4 changes: 3 additions & 1 deletion drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config VIDEO_TUNER

config V4L2_MEM2MEM_DEV
tristate
depends on VIDEOBUF_GEN
depends on VIDEOBUF2_CORE

config VIDEOBUF2_CORE
tristate
Expand Down Expand Up @@ -989,6 +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 V4L2_MEM2MEM_DEV
default n
Expand All @@ -999,6 +1000,7 @@ config VIDEO_MEM2MEM_TESTDEV
config VIDEO_SAMSUNG_S5P_FIMC
tristate "Samsung S5P FIMC (video postprocessor) driver"
depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
depends on BROKEN
select VIDEOBUF_DMA_CONTIG
select V4L2_MEM2MEM_DEV
help
Expand Down
Loading

0 comments on commit 908a0d7

Please sign in to comment.