summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/zte/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-01-28drm: zte: add tvenc driver supportShawn Guo1-0/+1
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>
2016-11-07drm: zte: add initial vou drm driverShawn Guo1-0/+7
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>