Skip to content

Commit

Permalink
drm: sti: add GDP layer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Gaignard committed Jul 30, 2014
1 parent cdfbff7 commit ba2d53f
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 1 deletion.
6 changes: 5 additions & 1 deletion drivers/gpu/drm/sti/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
sticompositor-y := \
sti_gdp.o

stihdmi-y := sti_hdmi.o \
sti_hdmi_tx3g0c55phy.o \
sti_hdmi_tx3g4c28phy.o \
Expand All @@ -7,4 +10,5 @@ obj-$(CONFIG_DRM_STI) = \
sti_vtac.o \
stihdmi.o \
sti_hda.o \
sti_tvout.o
sti_tvout.o \
sticompositor.o
Loading

0 comments on commit ba2d53f

Please sign in to comment.