summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/Makefile
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2013-11-30 23:58:23 +0400
committerRob Clark <robdclark@gmail.com>2014-01-09 23:43:58 +0400
commit10a02eb64656e96579e136ae914d30093ca59e48 (patch)
treee65d153ce74300a1b2ef02315ae4dfabc441c2a6 /drivers/gpu/drm/msm/Makefile
parentfacb4f4e7fae93ddfcfc2a5f2d0417185a7029ed (diff)
downloadlinux-10a02eb64656e96579e136ae914d30093ca59e48.tar.xz
drm/msm: mdp4_format -> mdp_format
This can be shared between mdp4 and mdp5. Both use the same set of parameters to describe the format to the hw. Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/Makefile')
-rw-r--r--drivers/gpu/drm/msm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile
index 6df111821e2e..9481736eb2dd 100644
--- a/drivers/gpu/drm/msm/Makefile
+++ b/drivers/gpu/drm/msm/Makefile
@@ -12,9 +12,9 @@ msm-y := \
hdmi/hdmi_i2c.o \
hdmi/hdmi_phy_8960.o \
hdmi/hdmi_phy_8x60.o \
+ mdp/mdp_format.o \
mdp/mdp4/mdp4_crtc.o \
mdp/mdp4/mdp4_dtv_encoder.o \
- mdp/mdp4/mdp4_format.o \
mdp/mdp4/mdp4_irq.o \
mdp/mdp4/mdp4_kms.o \
mdp/mdp4/mdp4_plane.o \