summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/zte/Makefile
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-01-19 17:28:38 +0300
committerShawn Guo <shawn.guo@linaro.org>2017-01-28 06:51:23 +0300
commit098988cbe5849e3e125b0bc02a6545a1dc414ab1 (patch)
treef829aa5ad980a65e49d67b7df7c680c1de9cea23 /drivers/gpu/drm/zte/Makefile
parent9f17d740432cfcc76b538808b3724ed90905fe91 (diff)
downloadlinux-098988cbe5849e3e125b0bc02a6545a1dc414ab1.tar.xz
drm: zte: add tvenc driver support
It adds the TV Encoder driver to support video output in PAL and NTSC format. The driver uses syscon/regmap interface to configure register bit sitting in SYSCTRL module for DAC power control. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/zte/Makefile')
-rw-r--r--drivers/gpu/drm/zte/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/zte/Makefile b/drivers/gpu/drm/zte/Makefile
index 699180bfd57c..01352b56c418 100644
--- a/drivers/gpu/drm/zte/Makefile
+++ b/drivers/gpu/drm/zte/Makefile
@@ -2,6 +2,7 @@ zxdrm-y := \
zx_drm_drv.o \
zx_hdmi.o \
zx_plane.o \
+ zx_tvenc.o \
zx_vou.o
obj-$(CONFIG_DRM_ZTE) += zxdrm.o