mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 12:20:50 +07:00
6911498df9
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
10 lines
126 B
Makefile
10 lines
126 B
Makefile
zxdrm-y := \
|
|
zx_drm_drv.o \
|
|
zx_hdmi.o \
|
|
zx_plane.o \
|
|
zx_tvenc.o \
|
|
zx_vga.o \
|
|
zx_vou.o
|
|
|
|
obj-$(CONFIG_DRM_ZTE) += zxdrm.o
|