summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/zte/zx_drm_drv.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-04-11 19:30:26 +0800
committerShawn Guo <shawn.guo@linaro.org>2017-05-04 13:53:05 +0800
commit6911498df901950d2b83ea707b3d00b1f6366fbc (patch)
tree50403c1194d179c65be1596c71474ab51577236a /drivers/gpu/drm/zte/zx_drm_drv.c
parentcd4b298334ebc7b7bd0384c6c81de398c983c6e3 (diff)
drm: zte: add VGA driver support
It adds VGA driver support, which needs to configure corresponding VOU interface in RGB_888 format, and thus the following changes are needed on zx_vou. - Rename the CSC block of Graphic Layer a bit to make it more specific, and add CSC of Channel to support RGB output. - Bypass Dither block for RGB output. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Sean Paul <seanpaul@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/1491910226-7831-1-git-send-email-shawnguo@kernel.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 614e854f6be5..490aafc99610 100644
--- a/drivers/gpu/drm/zte/zx_drm_drv.c
+++ b/drivers/gpu/drm/zte/zx_drm_drv.c
@@ -233,6 +233,7 @@ static struct platform_driver *drivers[] = {
&zx_crtc_driver,
&zx_hdmi_driver,
&zx_tvenc_driver,
+ &zx_vga_driver,
&zx_drm_platform_driver,
};