]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
authorDave Airlie <airlied@redhat.com>
Tue, 31 Jan 2017 22:26:33 +0000 (08:26 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 31 Jan 2017 22:29:04 +0000 (08:29 +1000)
commit3a5e6bb9c660173cf6a1a3f29b0501553cd4db2f
treea9b28f2391cc11fb4a3f50e261b870f50c53a6f8
parent2643105558099a4703f8209f2cad768673aff12d
parent098988cbe5849e3e125b0bc02a6545a1dc414ab1
Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-next

ZTE DRM driver updates for 4.11:
 - Add missing selection of VIDEOMODE_HELPERS in Kconfig, since ZTE DRM
   driver uses drm_display_mode_to_videomode().
 - Enable HDMI audio support through SPDIF interface based on generic
   hdmi-audio-codec driver.
 - Enable VOU VL (Video Layer) to support overlay plane with scaling
   function.
 - Refine zx_vou driver a bit and then add TV Encoder output device
   support.

[airlied: fixup plane format change]

* tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  drm: zte: add tvenc driver support
  dt: add bindings for ZTE tvenc device
  drm: zte: add function to configure vou_ctrl dividers
  drm: zte: move struct vou_inf into zx_vou driver
  drm: zte: add interlace mode support
  drm: zte: add overlay plane support
  drm: zte: add .atomic_disable hook to disable graphic layer
  drm: zte: make zx_plane accessible from zx_vou driver
  drm: zte: support hdmi audio through spdif
  drm: zte: select VIDEOMODE_HELPERS in Kconfig
drivers/gpu/drm/zte/zx_plane.c
drivers/gpu/drm/zte/zx_vou.c