Skip to content

Commit

Permalink
drm: sti: add HDMI driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Gaignard committed Jul 30, 2014
1 parent 9ed68fa commit 5402626
Show file tree
Hide file tree
Showing 7 changed files with 1,479 additions and 1 deletion.
7 changes: 6 additions & 1 deletion drivers/gpu/drm/sti/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
stihdmi-y := sti_hdmi.o \
sti_hdmi_tx3g0c55phy.o \
sti_hdmi_tx3g4c28phy.o \

obj-$(CONFIG_DRM_STI) = \
sti_vtg.o \
sti_vtac.o
sti_vtac.o \
stihdmi.o
Loading

0 comments on commit 5402626

Please sign in to comment.