summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/Makefile
diff options
context:
space:
mode:
authorStephane Viau <sviau@codeaurora.org>2014-11-18 18:49:49 +0100
committerRob Clark <robdclark@gmail.com>2014-11-21 14:57:19 +0100
commit0deed25b65aaf495e36818481cfc9f58dfa5cd3f (patch)
tree9cde5045561c7bf864a3c4d09c01ab59e2b1f74e /drivers/gpu/drm/msm/Makefile
parentdrm/msm/mdp5: set rate before enabling clk (diff)
downloadlinux-0deed25b65aaf495e36818481cfc9f58dfa5cd3f.tar.xz
linux-0deed25b65aaf495e36818481cfc9f58dfa5cd3f.zip
drm/msm: add multiple CRTC and overlay support
MDP5 currently support one single CRTC with its private pipe. This change allows the configuration of multiple CRTCs with the possibility to attach several public planes to these CRTCs. Signed-off-by: Stephane Viau <sviau@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/Makefile')
-rw-r--r--drivers/gpu/drm/msm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile
index dda38529dd56..143d988f8add 100644
--- a/drivers/gpu/drm/msm/Makefile
+++ b/drivers/gpu/drm/msm/Makefile
@@ -26,6 +26,7 @@ msm-y := \
mdp/mdp4/mdp4_kms.o \
mdp/mdp4/mdp4_plane.o \
mdp/mdp5/mdp5_cfg.o \
+ mdp/mdp5/mdp5_ctl.o \
mdp/mdp5/mdp5_crtc.o \
mdp/mdp5/mdp5_encoder.o \
mdp/mdp5/mdp5_irq.o \