diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2017-12-12 01:26:08 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-14 12:04:34 +0100 |
commit | cd6c56feb591f6fe66bebcbeb43ecc0e2acdcffa (patch) | |
tree | 204b925a3524cb1158ddd3d5e5b5063121b94cf0 /MAINTAINERS | |
parent | media: dt: bindings: Add binding for NVIDIA Tegra Video Decoder Engine (diff) | |
download | linux-cd6c56feb591f6fe66bebcbeb43ecc0e2acdcffa.tar.xz linux-cd6c56feb591f6fe66bebcbeb43ecc0e2acdcffa.zip |
media: staging: media: Introduce NVIDIA Tegra video decoder driver
NVIDIA Tegra20/30/114/124/132 SoC's have video decoder engine that
supports standard set of video formats like H.264 / MPEG-4 / WMV / VC1.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 947363d3d6e8..487304ea1e88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8680,6 +8680,15 @@ T: git git://linuxtv.org/media_tree.git S: Maintained F: drivers/media/dvb-frontends/stv6111* +MEDIA DRIVERS FOR NVIDIA TEGRA - VDE +M: Dmitry Osipenko <digetx@gmail.com> +L: linux-media@vger.kernel.org +L: linux-tegra@vger.kernel.org +T: git git://linuxtv.org/media_tree.git +S: Maintained +F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt +F: drivers/staging/media/tegra-vde/ + MEDIA INPUT INFRASTRUCTURE (V4L/DVB) M: Mauro Carvalho Chehab <mchehab@s-opensource.com> M: Mauro Carvalho Chehab <mchehab@kernel.org> |