summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek/Makefile
diff options
context:
space:
mode:
authorCK Hu <ck.hu@mediatek.com>2016-01-04 18:36:35 +0100
committerPhilipp Zabel <p.zabel@pengutronix.de>2016-05-06 17:47:37 +0200
commit2e54c14e310f655bb0915413e8e4a3da67c78a66 (patch)
treee84a3ee42665c22c7eb506efac4f228fee1227fb /drivers/gpu/drm/mediatek/Makefile
parent119f5173628aa7a0c3cf9db83460d40709e8241d (diff)
downloadlinux-2e54c14e310f655bb0915413e8e4a3da67c78a66.tar.gz
linux-2e54c14e310f655bb0915413e8e4a3da67c78a66.tar.bz2
linux-2e54c14e310f655bb0915413e8e4a3da67c78a66.zip
drm/mediatek: Add DSI sub driver
This patch add a drm encoder/connector driver for the MIPI DSI function block of the Mediatek display subsystem and a phy driver for the MIPI TX D-PHY control module. Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/mediatek/Makefile')
-rw-r--r--drivers/gpu/drm/mediatek/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile
index d4bde7c13c8e..e781db5aad72 100644
--- a/drivers/gpu/drm/mediatek/Makefile
+++ b/drivers/gpu/drm/mediatek/Makefile
@@ -6,6 +6,8 @@ mediatek-drm-y := mtk_disp_ovl.o \
mtk_drm_drv.o \
mtk_drm_fb.o \
mtk_drm_gem.o \
- mtk_drm_plane.o
+ mtk_drm_plane.o \
+ mtk_dsi.o \
+ mtk_mipi_tx.o
obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o