mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 02:16:09 +02:00

This adds a Virtio based video driver for video streaming device that operates input and output data buffers to share video devices with several guests. The current implementation consist of V4L2 based video driver supporting video functions of decoder and encoder. The device uses command structures to advertise and negotiate stream formats and controls. This allows the driver to modify the processing logic of the device on a per stream basis. from https://github.com/aesteve-rh/linux, align with 80c89869c3f7 ("virtio_video: add vicodec support and config") Signed-off-by: Albert Esteve <aesteve@redhat.com> Signed-off-by: Dmitry Sepp <dmitry.sepp@opensynergy.com> Signed-off-by: Kiran Pawar <Kiran.Pawar@opensynergy.com> Signed-off-by: Nikolay Martyanov <Nikolay.Martyanov@opensynergy.com> Signed-off-by: Samiullah Khawaja <samiullah.khawaja@opensynergy.com> Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org>
289 B
289 B
SPDX-License-Identifier: GPL-2.0+
obj-$(CONFIG_VIRTIO_VIDEO) += virtio-video.o
virtio-video-objs :=
virtio_video_driver.o
virtio_video_device.o
virtio_video_vq.o
virtio_video_dec.o
virtio_video_enc.o
virtio_video_caps.o
virtio_video_helpers.o