diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2020-04-04 00:13:44 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-21 13:53:15 +0200 |
commit | cd33c830448baf7b1e94da72eca069e3e1d050c9 (patch) | |
tree | b23ec8bfec8420452fa487acee3e4c0ed7bd3e83 /MAINTAINERS | |
parent | media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings (diff) | |
download | linux-cd33c830448baf7b1e94da72eca069e3e1d050c9.tar.xz linux-cd33c830448baf7b1e94da72eca069e3e1d050c9.zip |
media: rkvdec: Add the rkvdec driver
The rockchip vdec block is a stateless decoder that's able to decode
H264, HEVC and VP9 content. This commit adds the core infrastructure
and the H264 backend. Support for VP9 and HEVS will be added later on.
[mchehab+huawei@kernel.org: select MEDIA_CONTROLLER and REQUEST_API]
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Tested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ad334f8b2e6..a796ee586e2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14465,6 +14465,13 @@ F: Documentation/ABI/*/sysfs-driver-hid-roccat* F: drivers/hid/hid-roccat* F: include/linux/hid-roccat* +ROCKCHIP VIDEO DECODER DRIVER +M: Ezequiel Garcia <ezequiel@collabora.com> +L: linux-media@vger.kernel.org +S: Maintained +F: drivers/staging/media/rkvdec/ +F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml + ROCKCHIP ISP V1 DRIVER M: Helen Koike <helen.koike@collabora.com> L: linux-media@vger.kernel.org |