Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c86a5f6e authored by Benjamin Gaignard's avatar Benjamin Gaignard
Browse files

drm: sti: add HDA driver



Add driver to support analog TV ouput.

HDA driver is mapped on drm_bridge and drm_connector structures.

Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@linaro.org>
Reviewed-by: default avatarRob Clark <robdclark@gmail.com>
parent 5402626c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@ stihdmi-y := sti_hdmi.o \
obj-$(CONFIG_DRM_STI) = \
	sti_vtg.o \
	sti_vtac.o \
	stihdmi.o
 No newline at end of file
	stihdmi.o \
	sti_hda.o
 No newline at end of file
+794 −0

File added.

Preview size limit exceeded, changes collapsed.