diff options
author | Dave Airlie <airlied@redhat.com> | 2016-11-11 03:03:15 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-11-11 03:09:13 +0300 |
commit | d8c1abd968f1c880ad8ce4ecf7df55489f8c69a1 (patch) | |
tree | beafd0e7610f3471432da7bba36ea1375434bc38 /MAINTAINERS | |
parent | c765102a2399fd2d47fa3bf8da268431ab913355 (diff) | |
parent | dbb010376768e0ed657b2be679875d275fd9e8c8 (diff) | |
download | linux-d8c1abd968f1c880ad8ce4ecf7df55489f8c69a1.tar.xz |
Merge tag 'zxdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-next
ZTE zxdrm driver support for 4.10:
This is the initial ZTE VOU display controller DRM/KMS driver. There
are still some features to be added, like overlay plane, scaling, and
more output devices support. But it's already useful with dual CRTCs
and HDMI display working.
[airlied: use drm_format_plane_cpp instead of legacy api]
* tag 'zxdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
MAINTAINERS: add an entry for ZTE ZX DRM driver
drm: zte: add initial vou drm driver
dt-bindings: add bindings doc for ZTE VOU display controller
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 561d4174cdfe..02f20dba7055 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4298,6 +4298,13 @@ S: Maintained F: drivers/gpu/drm/tilcdc/ F: Documentation/devicetree/bindings/display/tilcdc/ +DRM DRIVERS FOR ZTE ZX +M: Shawn Guo <shawnguo@kernel.org> +L: dri-devel@lists.freedesktop.org +S: Maintained +F: drivers/gpu/drm/zte/ +F: Documentation/devicetree/bindings/display/zte,vou.txt + DSBR100 USB FM RADIO DRIVER M: Alexey Klimov <klimov.linux@gmail.com> L: linux-media@vger.kernel.org |