OSDN Git Service

drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 4 Apr 2017 12:15:27 +0000 (14:15 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 4 Apr 2017 15:49:31 +0000 (17:49 +0200)
commit3f68be7d8e96253288d89d392078aa88e56e7ffa
treea1943560b7c91ee020ca9ae1336cb839a4e6ebb2
parent335e3713afb87b72c3e4740e5775355648806b32
drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY

The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX
Controller with a custom Bridge + PHY around the Controller.

This driver makes uses of all the custom PHY plat data callbacks and enables
the compatible HDMI modes to be configured as a drm_encoder instance.

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/gpu/drm/meson/Kconfig
drivers/gpu/drm/meson/Makefile
drivers/gpu/drm/meson/meson_drv.h
drivers/gpu/drm/meson/meson_dw_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/meson/meson_dw_hdmi.h [new file with mode: 0644]