diff options
author | Stephane Viau <sviau@codeaurora.org> | 2014-11-18 12:49:48 -0500 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2014-11-21 08:57:17 -0500 |
commit | 2e362e1772b8978428f087007fc4d6c4990efd41 (patch) | |
tree | 38db35194a6b1d7829c573d2bc14ef9d427616e3 /drivers/gpu/drm/msm/Makefile | |
parent | bfcdfb0e62639732339c85371a8c07e915bf0941 (diff) | |
download | linux-stable-2e362e1772b8978428f087007fc4d6c4990efd41.tar.gz linux-stable-2e362e1772b8978428f087007fc4d6c4990efd41.tar.bz2 linux-stable-2e362e1772b8978428f087007fc4d6c4990efd41.zip |
drm/msm/mdp5: introduce mdp5_cfg module
The hardware configuration modification from a version to another
is quite consequent. Introducing a configuration module
(mdp5_cfg) may make things more clear and easier to access when a
new hardware version comes up.
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 0d96132df059..dda38529dd56 100644 --- a/drivers/gpu/drm/msm/Makefile +++ b/drivers/gpu/drm/msm/Makefile @@ -25,6 +25,7 @@ msm-y := \ mdp/mdp4/mdp4_irq.o \ mdp/mdp4/mdp4_kms.o \ mdp/mdp4/mdp4_plane.o \ + mdp/mdp5/mdp5_cfg.o \ mdp/mdp5/mdp5_crtc.o \ mdp/mdp5/mdp5_encoder.o \ mdp/mdp5/mdp5_irq.o \ |