mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 14:27:43 +07:00
cfd8d744fe
VIDeo plug are one of the compositor input sub-devices. VID are dedicated to video inputs like YUV plans. Like GDP, VID are part of Compositor hardware block and use sti_layer structure to provide an abstraction for Compositor calls. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
16 lines
236 B
Makefile
16 lines
236 B
Makefile
sticompositor-y := \
|
|
sti_gdp.o \
|
|
sti_vid.o
|
|
|
|
stihdmi-y := sti_hdmi.o \
|
|
sti_hdmi_tx3g0c55phy.o \
|
|
sti_hdmi_tx3g4c28phy.o \
|
|
|
|
obj-$(CONFIG_DRM_STI) = \
|
|
sti_vtg.o \
|
|
sti_vtac.o \
|
|
stihdmi.o \
|
|
sti_hda.o \
|
|
sti_tvout.o \
|
|
sticompositor.o
|