]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: Add HDMI support
authorJie Qiu <jie.qiu@mediatek.com>
Mon, 4 Jan 2016 17:36:38 +0000 (18:36 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 16 Jun 2016 14:30:38 +0000 (16:30 +0200)
commit3b1b76792a7f14e0e3fafa4932817a80b36a0694
tree92acfec15b83acebdf74d5ab879b4c88693728c7
parentd9d581948d086ad99a911448e48cb1154e704ce3
drm/mediatek: Add HDMI support

This patch adds drivers for the HDMI bridge connected to the DPI0
display subsystem function block, for the HDMI DDC block, and for
the HDMI PHY to support HDMI output.
This includes an interface to the generic hdmi-codec driver to start
or stop audio playback and to retrieve ELD (EDID like data) to limit the
supported audio formats to the HDMI sink capabilities.

Signed-off-by: Jie Qiu <jie.qiu@mediatek.com>
Signed-off-by: Junzhi Zhao <junzhi.zhao@mediatek.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/mediatek/Kconfig
drivers/gpu/drm/mediatek/Makefile
drivers/gpu/drm/mediatek/mtk_cec.c [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_cec.h [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_hdmi.h [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_hdmi_regs.h [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c [new file with mode: 0644]