[GIT PULL] Allwinner sun4i DRM changes for 4.14
Maxime Ripard
maxime.ripard at free-electrons.com
Fri Aug 18 19:55:14 UTC 2017
Hi Dave,
Here is our usual changes for the next pull request.
They've all been in next for around a month, so they shouldn't cause
any particular problems.
Thanks!
Maxime
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-drm-for-4.14
for you to fetch changes up to 998140d26723bcddef5857e39077898b0d1bdb8f:
sun4i_hdmi: add CEC support (2017-07-18 18:27:50 +0200)
----------------------------------------------------------------
Allwinner DRM changes for 4.14
A few changes, but most notably improving the HDMI support merged in 4.13,
by reporting the DDC adapter as an i2c bus, and by adding CEC support
through the CEC framework.
----------------------------------------------------------------
Arvind Yadav (1):
drm/sun4i: constify drm_plane_helper_funcs
Chen-Yu Tsai (1):
dt-bindings: display: sunxi: Improve endpoint ID scheme readability
Hans Verkuil (1):
sun4i_hdmi: add CEC support
Jonathan Liu (1):
drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus
Maxime Ripard (3):
drm/sun4i: Add if statement instead of depends on
drm/sun4i: Remove useless atomic_check
drm/sun4i: tcon: remove unused function
.../bindings/display/sunxi/sun4i-drm.txt | 36 +++-
drivers/gpu/drm/sun4i/Kconfig | 16 +-
drivers/gpu/drm/sun4i/Makefile | 1 +
drivers/gpu/drm/sun4i/sun4i_hdmi.h | 32 +++
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 156 ++++++---------
drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c | 220 +++++++++++++++++++++
drivers/gpu/drm/sun4i/sun4i_layer.c | 9 +-
drivers/gpu/drm/sun4i/sun4i_rgb.c | 8 -
drivers/gpu/drm/sun4i/sun4i_tcon.h | 2 -
drivers/gpu/drm/sun4i/sun4i_tv.c | 8 -
10 files changed, 359 insertions(+), 129 deletions(-)
create mode 100644 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170818/879b02d3/attachment.sig>
More information about the dri-devel
mailing list