Skip to content
Commit 7bfab1ec authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 73c51abd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment