diff options
author | Dave Airlie <airlied@redhat.com> | 2016-11-11 01:03:15 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-11-11 01:09:13 +0100 |
commit | d8c1abd968f1c880ad8ce4ecf7df55489f8c69a1 (patch) | |
tree | beafd0e7610f3471432da7bba36ea1375434bc38 /drivers/gpu/drm/Kconfig | |
parent | Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-... (diff) | |
parent | MAINTAINERS: add an entry for ZTE ZX DRM driver (diff) | |
download | linux-d8c1abd968f1c880ad8ce4ecf7df55489f8c69a1.tar.xz linux-d8c1abd968f1c880ad8ce4ecf7df55489f8c69a1.zip |
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 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 2ac0a564af60..863cdcad9f90 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -237,6 +237,8 @@ source "drivers/gpu/drm/hisilicon/Kconfig" source "drivers/gpu/drm/mediatek/Kconfig" +source "drivers/gpu/drm/zte/Kconfig" + # Keep legacy drivers last menuconfig DRM_LEGACY |