]> git.baikalelectronics.ru Git - kernel.git/commit
drm: sti: add HDMI driver
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 30 Jul 2014 17:24:55 +0000 (19:24 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 30 Jul 2014 17:24:55 +0000 (19:24 +0200)
commitb0069ea8b1188dcb1ab5ef880650c9067cdb202a
treeffd999a514e86e8d9cd03d6bf9ee313abc9fe7a1
parentc7356eaddfb9b7eb0fee1d555397cb17663e79eb
drm: sti: add HDMI driver

Add driver for HDMI output.
HDMI PHY registers are mixed into HDMI device registers
and their is only one IRQ for all this hardware block.
That is why PHYs aren't using phy framework but only a
thin hdmi_phy_ops structure with start and stop functions.

HDMI driver is mapped on drm_bridge and drm_connector structures.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Reviewed-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/sti/Makefile
drivers/gpu/drm/sti/sti_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_hdmi.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h [new file with mode: 0644]