commit | 4e986d3705dfb3fd16b54b795b2427a48af22674 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Nov 16 14:43:59 2016 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sat Jan 28 10:17:41 2017 +0800 |
tree | 2e2cc53614447f29f9f9c15b861336ce054b946d | |
parent | 7254b1f91ebc221ef71f7b23129a2ec0558e50cb [diff] |
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>