summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/Makefile
diff options
context:
space:
mode:
authorHai Li2015-03-31 20:36:33 +0200
committerRob Clark2015-04-02 01:29:38 +0200
commita689554ba6ed81cf606c16539f6ffc2a1dcdaf8e (patch)
treeeda42f5e85c4960fcc53f723b03d2e3d4b5d70cd /drivers/gpu/drm/msm/Makefile
parentdrm/msm: Add split display interface (diff)
downloadkernel-qcow2-linux-a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e.tar.gz
kernel-qcow2-linux-a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e.tar.xz
kernel-qcow2-linux-a689554ba6ed81cf606c16539f6ffc2a1dcdaf8e.zip
drm/msm: Initial add DSI connector support
This change adds the DSI connector support in msm drm driver. v1: Initial change v2: - Address comments from Archit + minor clean-ups - Rebase to not depend on msm_drm_sub_dev change [Rob's comment] v3: Fix issues when initialization is failed Signed-off-by: Hai Li <hali@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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile
index 674a132fd76e..5c144cc5f8db 100644
--- a/drivers/gpu/drm/msm/Makefile
+++ b/drivers/gpu/drm/msm/Makefile
@@ -50,5 +50,9 @@ msm-y := \
msm-$(CONFIG_DRM_MSM_FBDEV) += msm_fbdev.o
msm-$(CONFIG_COMMON_CLK) += mdp/mdp4/mdp4_lvds_pll.o
+msm-$(CONFIG_DRM_MSM_DSI) += dsi/dsi.o \
+ dsi/dsi_host.o \
+ dsi/dsi_manager.o \
+ dsi/dsi_phy.o
obj-$(CONFIG_DRM_MSM) += msm.o