commit | d664b851eb2bcdf84a3c063cf59457bb15bc6120 | [log] [tgz] |
---|---|---|
author | Liviu Dudau <Liviu.Dudau@arm.com> | Mon Jul 23 12:05:53 2018 +0100 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Tue Jul 31 16:31:50 2018 +0100 |
tree | af8a44c9ef7edb2205f7d9d51aef14ff2fce456a | |
parent | 9fd466f54f89fc3a2dc6f86fce2ea0b993ff83bd [diff] |
drm/arm/hdlcd: Reject atomic commits that disable only the plane The HDLCD engine needs an active plane while the CRTC is active, as it will start scanning out data from HDLCD_REG_FB_BASE once it gets enabled. Make sure that the only available plane doesn't get disabled while the CRTC remains active, as this will scanout invalid data. Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>