summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/zx_hdmi_regs.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-28drm: zte: support hdmi audio through spdifShawn Guo1-0/+14
It enables HDMI audio support through SPDIF interface based on generic hdmi-audio-codec driver. The HDMI hardware supports more audio interfaces than SPDIF, like I2S, which may be added later. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2016-11-07drm: zte: add initial vou drm driverShawn Guo1-0/+56
It adds the initial ZTE VOU display controller DRM driver. There are still some features to be added, like overlay plane, scaling, and more output devices support. But it's already useful with dual CRTCs and HDMI monitor working. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>