diff options
author | Stephane Viau <sviau@codeaurora.org> | 2014-11-18 20:49:49 +0300 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2014-11-21 16:57:19 +0300 |
commit | 0deed25b65aaf495e36818481cfc9f58dfa5cd3f (patch) | |
tree | 9cde5045561c7bf864a3c4d09c01ab59e2b1f74e /drivers/gpu/drm/msm/Makefile | |
parent | ac7a570406417e9d837f81c3a6b83fc8d629e583 (diff) | |
download | linux-0deed25b65aaf495e36818481cfc9f58dfa5cd3f.tar.xz |
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/Makefile | 1 |
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 \ |