]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c
drm/sun4i: Add HDMI support
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 27 May 2017 16:09:35 +0000 (18:09 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 1 Jun 2017 07:50:01 +0000 (09:50 +0200)
commit9c5681011a0c328be2351cfb1d1149b74c48d3a1
tree84066bd9e74cd528b7bf0dcc7cb66dea7c9a844e
parent22662f12768f971809b478386d9cc4947d00497a
drm/sun4i: Add HDMI support

The earlier Allwinner SoCs (A10, A10s, A20, A31) have an embedded HDMI
controller.

That HDMI controller is able to do audio and CEC, but those have been left
out for now.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/Kconfig
drivers/gpu/drm/sun4i/Makefile
drivers/gpu/drm/sun4i/sun4i_hdmi.h [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c [new file with mode: 0644]