mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-14 09:44:35 +08:00
ba2d53fb6f
Generic Display Pipeline are one of the compositor input sub-devices. GDP are dedicated to graphic input like RGB plans. GDP is part of Compositor hardware block which will be introduce later. A sti_layer structure is used to abstract GDP calls from Compositor. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
15 lines
223 B
Makefile
15 lines
223 B
Makefile
sticompositor-y := \
|
|
sti_gdp.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
|