commit | ed8519636ef6c4b6ffbc4a449ebf39502e80ee74 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Nov 19 12:31:03 2014 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Fri Nov 21 08:59:18 2014 -0500 |
tree | 04dc21e8efbbc82c12b0305e34ae16a753163f8f | |
parent | 3e2f29e4137c78a3bd7e1b85cf287ff375f6367e [diff] |
drm/msm/mdp5: atomic Convert mdp5 over to atomic helpers. Extend/wrap drm_plane_state to track plane zpos and to keep track of the needed when applying the atomic update. In mdp5's plane->atomic_check() we also need to check for updates which require SMP reallocation, in order to trigger full modeset. Signed-off-by: Rob Clark <robdclark@gmail.com>