summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/Makefile
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 18:48:35 +0200
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:26:47 +0200
commitba2d53fb6f16f1f854923a8c6fa452e235d608b0 (patch)
tree8a54541d16c72e2e5155032a7a6a31e0ff1164c8 /drivers/gpu/drm/sti/Makefile
parentcdfbff788ec9d488cab6450a439c2421ef28b0a4 (diff)
drm: sti: add GDP layer
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>
Diffstat (limited to 'drivers/gpu/drm/sti/Makefile')
-rw-r--r--drivers/gpu/drm/sti/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile
index 5f6d96d27f3b..7de757f7eb38 100644
--- a/drivers/gpu/drm/sti/Makefile
+++ b/drivers/gpu/drm/sti/Makefile
@@ -1,3 +1,6 @@
+sticompositor-y := \
+ sti_gdp.o
+
stihdmi-y := sti_hdmi.o \
sti_hdmi_tx3g0c55phy.o \
sti_hdmi_tx3g4c28phy.o \
@@ -7,4 +10,5 @@ obj-$(CONFIG_DRM_STI) = \
sti_vtac.o \
stihdmi.o \
sti_hda.o \
- sti_tvout.o \ No newline at end of file
+ sti_tvout.o \
+ sticompositor.o