linux/drivers/gpu/drm/zte
Shawn Guo 4e986d3705 drm: zte: add overlay plane support
It enables VOU VL (Video Layer) to support overlay plane with scaling
function.  VL0 has some quirks on scaling support.  We choose to skip it
and only adds VL1 and VL2 into DRM core for now.

Function zx_plane_atomic_disable() gets moved around with no changes to
save a forward declaration.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
2017-01-28 10:17:41 +08:00
..
Kconfig drm: zte: support hdmi audio through spdif 2017-01-28 10:17:39 +08:00
Makefile
zx_drm_drv.c
zx_drm_drv.h
zx_hdmi_regs.h drm: zte: support hdmi audio through spdif 2017-01-28 10:17:39 +08:00
zx_hdmi.c drm: zte: support hdmi audio through spdif 2017-01-28 10:17:39 +08:00
zx_plane_regs.h drm: zte: add overlay plane support 2017-01-28 10:17:41 +08:00
zx_plane.c drm: zte: add overlay plane support 2017-01-28 10:17:41 +08:00
zx_plane.h drm: zte: add .atomic_disable hook to disable graphic layer 2017-01-28 10:17:40 +08:00
zx_vou_regs.h drm: zte: add overlay plane support 2017-01-28 10:17:41 +08:00
zx_vou.c drm: zte: add overlay plane support 2017-01-28 10:17:41 +08:00
zx_vou.h drm: zte: add .atomic_disable hook to disable graphic layer 2017-01-28 10:17:40 +08:00