diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2017-01-19 17:28:38 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2017-01-28 06:51:23 +0300 |
commit | 098988cbe5849e3e125b0bc02a6545a1dc414ab1 (patch) | |
tree | f829aa5ad980a65e49d67b7df7c680c1de9cea23 /drivers/gpu/drm/zte/zx_drm_drv.c | |
parent | 9f17d740432cfcc76b538808b3724ed90905fe91 (diff) | |
download | linux-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/zx_drm_drv.c')
-rw-r--r-- | drivers/gpu/drm/zte/zx_drm_drv.c | 1 |
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, }; |