Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [media] vivid: Don't mess with namespace adding a "get_format" function | Mauro Carvalho Chehab | 2014-09-02 |
| | | | | | | | | | | This fixes a compilation error with allyesconfig: drivers/media/platform/exynos-gsc/built-in.o: In function `get_format': (.text+0x12f5): multiple definition of `get_format' drivers/media/platform/vivid/built-in.o:(.text+0x4bf4): first defined here Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
* | [media] vivid: add the video capture and output parts | Hans Verkuil | 2014-09-02 |
This adds the ioctl and vb2 queue support for video capture and output. Part of this is common to both, so that is placed in a vid-common source. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> |