commit | b9c3315c57fa6dcbf7b24ff1aa45e92e726d891f | [log] [tgz] |
---|---|---|
author | Liviu Dudau <Liviu.Dudau@arm.com> | Fri Nov 25 14:28:54 2016 +0000 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Mon Jan 23 09:46:24 2017 +0000 |
tree | 8d2e3a7e9ba3c73a8c04eb6f0a38efbb3fee9a01 | |
parent | cf4c8870844658a84371f0d603fbb94b5c0bf4b2 [diff] |
drm: mali-dp: Check more use cases in the plane's ->atomic_check() Mali DP's plane ->atomic_check() only checks for the new state submitting frame buffers with supported pixel formats and if there is enough rotation memory for rotated planes. Add a call to drm_plane_helper_check_state() to add additional checks for plane state validity and clipping issues. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>