drm: zte: add initial vou drm driver
authorShawn Guo <shawn.guo@linaro.org>
Thu, 22 Sep 2016 11:52:39 +0000 (19:52 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 7 Nov 2016 03:02:31 +0000 (11:02 +0800)
commit0a886f59528aac568cf9e4981167b5dcdd3d1676
tree4fe6199418398bdc57ff0cc2079b1d46033e22ad
parentf78dd2c210b508e70d5559d65bf2b64904864919
drm: zte: add initial vou drm driver

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>
14 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/zte/Kconfig [new file with mode: 0644]
drivers/gpu/drm/zte/Makefile [new file with mode: 0644]
drivers/gpu/drm/zte/zx_drm_drv.c [new file with mode: 0644]
drivers/gpu/drm/zte/zx_drm_drv.h [new file with mode: 0644]
drivers/gpu/drm/zte/zx_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/zte/zx_hdmi_regs.h [new file with mode: 0644]
drivers/gpu/drm/zte/zx_plane.c [new file with mode: 0644]
drivers/gpu/drm/zte/zx_plane.h [new file with mode: 0644]
drivers/gpu/drm/zte/zx_plane_regs.h [new file with mode: 0644]
drivers/gpu/drm/zte/zx_vou.c [new file with mode: 0644]
drivers/gpu/drm/zte/zx_vou.h [new file with mode: 0644]
drivers/gpu/drm/zte/zx_vou_regs.h [new file with mode: 0644]