]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
media: platform: Add Aspeed Video Engine driver
authorEddie James <eajames@linux.ibm.com>
Tue, 11 Dec 2018 16:57:01 +0000 (11:57 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Dec 2018 17:05:12 +0000 (12:05 -0500)
commitd2b4387f3bdf016e266d23cf657465f557721488
tree3deb44c946d1483462256adcf0e0ed5a59c60b56
parent95f0455c549cb926804f71cadb9be8b0af792e00
media: platform: Add Aspeed Video Engine driver

The Video Engine (VE) embedded in the Aspeed AST2400 and AST2500 SOCs
can capture and compress video data from digital or analog sources. With
the Aspeed chip acting a service processor, the Video Engine can capture
the host processor graphics output.

Add a V4L2 driver to capture video data and compress it to JPEG images.
Make the video frames available through the V4L2 streaming interface.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/aspeed-video.c [new file with mode: 0644]