summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/zx_drm_drv.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-01-19 22:28:38 +0800
committerShawn Guo <shawn.guo@linaro.org>2017-01-28 11:51:23 +0800
commit098988cbe5849e3e125b0bc02a6545a1dc414ab1 (patch)
treef829aa5ad980a65e49d67b7df7c680c1de9cea23 /drivers/gpu/drm/zte/zx_drm_drv.c
parent9f17d740432cfcc76b538808b3724ed90905fe91 (diff)
downloadlinux-098988cbe5849e3e125b0bc02a6545a1dc414ab1.tar.bz2
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/zx_drm_drv.c')
-rw-r--r--drivers/gpu/drm/zte/zx_drm_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/zte/zx_drm_drv.c b/drivers/gpu/drm/zte/zx_drm_drv.c
index 3e76f72c92ff..13081fed902d 100644
--- a/drivers/gpu/drm/zte/zx_drm_drv.c
+++ b/drivers/gpu/drm/zte/zx_drm_drv.c
@@ -247,6 +247,7 @@ static struct platform_driver zx_drm_platform_driver = {
static struct platform_driver *drivers[] = {
&zx_crtc_driver,
&zx_hdmi_driver,
+ &zx_tvenc_driver,
&zx_drm_platform_driver,
};