Skip to content

Commit

Permalink
drm: sti: add HDA driver
Browse files Browse the repository at this point in the history
Add driver to support analog TV ouput.

HDA 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 5402626 commit c86a5f6
Show file tree
Hide file tree
Showing 2 changed files with 796 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/sti/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ stihdmi-y := sti_hdmi.o \
obj-$(CONFIG_DRM_STI) = \
sti_vtg.o \
sti_vtac.o \
stihdmi.o
stihdmi.o \
sti_hda.o
Loading

0 comments on commit c86a5f6

Please sign in to comment.