commit | 7bfab1ec45b4005d3f12bbb0cc281f0afd29fc3d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Sat Jul 08 10:22:20 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Dec 08 12:19:56 2017 +0000 |
tree | fbfa68274a2fe8cf2c2c08a7033ccccfd0e6a954 | |
parent | 73c51abd9d9371bc02a8c6717b9758bdee38b20e [diff] |
drm/armada: use drm_plane_helper_check_state() Use drm_plane_helper_check_state() to check the overlay plane state rather than drm_plane_helper_check_update(), as: (1) using drm_plane_helper_check_state() provides a better migration path to atomic modeset (2) it avoids needless copies of drm rectangle structures, and so is more efficient. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>