mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 02:17:08 +07:00
f32c4c506f
Digital Video Out connector driver LCD panels. Like HDMI and HDA it create bridge, encoder and connector drm object. Add binding description. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
28 lines
425 B
Makefile
28 lines
425 B
Makefile
sticompositor-y := \
|
|
sti_layer.o \
|
|
sti_mixer.o \
|
|
sti_gdp.o \
|
|
sti_vid.o \
|
|
sti_cursor.o \
|
|
sti_compositor.o \
|
|
sti_drm_crtc.o \
|
|
sti_drm_plane.o
|
|
|
|
stihdmi-y := sti_hdmi.o \
|
|
sti_hdmi_tx3g0c55phy.o \
|
|
sti_hdmi_tx3g4c28phy.o \
|
|
|
|
stidvo-y := sti_dvo.o \
|
|
sti_awg_utils.o
|
|
|
|
obj-$(CONFIG_DRM_STI) = \
|
|
sti_vtg.o \
|
|
sti_vtac.o \
|
|
stihdmi.o \
|
|
sti_hda.o \
|
|
sti_tvout.o \
|
|
sticompositor.o \
|
|
sti_hqvdp.o \
|
|
stidvo.o \
|
|
sti_drm_drv.o
|