summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hisilicon/kirin/Makefile
diff options
context:
space:
mode:
authorXinliang Liu <xinliang.liu@linaro.org>2015-11-23 09:32:26 +0800
committerXinliang Liu <xinliang.liu@linaro.org>2016-04-29 16:39:13 +0800
commitf819b0d4a91344c1bd0ec931f16faf491e867e59 (patch)
treebea5c173d90bc46ee74df594d1e043a5d33cbee1 /drivers/gpu/drm/hisilicon/kirin/Makefile
parent6b7a5965489c64dfc90ea650abbe9295e519753c (diff)
drm/hisilicon: Add designware dsi encoder driver
Add DesignWare MIPI DSI Host Controller v1.02 encoder driver for hi6220 SoC. v9: Fix module compile error. v8: None. v7: - A few regs define clean up. v6: - Change "pclk_dsi" to "pclk". v5: None. v4: None. v3: - Rename file name to dw_drm_dsi.c - Make encoder type as DRM_MODE_ENCODER_DSI. - A few cleanup. v2: - Remove abtraction layer. Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> Signed-off-by: Xinwei Kong <kong.kongxinwei@hisilicon.com> Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/hisilicon/kirin/Makefile')
-rw-r--r--drivers/gpu/drm/hisilicon/kirin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/hisilicon/kirin/Makefile b/drivers/gpu/drm/hisilicon/kirin/Makefile
index 2a61ab006ddb..cdf61589485c 100644
--- a/drivers/gpu/drm/hisilicon/kirin/Makefile
+++ b/drivers/gpu/drm/hisilicon/kirin/Makefile
@@ -2,3 +2,5 @@ kirin-drm-y := kirin_drm_drv.o \
kirin_drm_ade.o
obj-$(CONFIG_DRM_HISI_KIRIN) += kirin-drm.o
+
+obj-$(CONFIG_HISI_KIRIN_DW_DSI) += dw_drm_dsi.o