diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2017-04-11 13:30:26 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2017-05-04 07:53:05 +0200 |
commit | 6911498df901950d2b83ea707b3d00b1f6366fbc (patch) | |
tree | 50403c1194d179c65be1596c71474ab51577236a /drivers/gpu/drm/zte/Makefile | |
parent | dt-bindings: display: add support for ZTE VGA device (diff) | |
download | linux-6911498df901950d2b83ea707b3d00b1f6366fbc.tar.xz linux-6911498df901950d2b83ea707b3d00b1f6366fbc.zip |
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/Makefile')
-rw-r--r-- | drivers/gpu/drm/zte/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/zte/Makefile b/drivers/gpu/drm/zte/Makefile index 01352b56c418..9df7766a7f9d 100644 --- a/drivers/gpu/drm/zte/Makefile +++ b/drivers/gpu/drm/zte/Makefile @@ -3,6 +3,7 @@ zxdrm-y := \ zx_hdmi.o \ zx_plane.o \ zx_tvenc.o \ + zx_vga.o \ zx_vou.o obj-$(CONFIG_DRM_ZTE) += zxdrm.o |