commit | 6d2f864fdff5c73cb37069cd17b0f897d7995b62 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jul 30 11:53:06 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jul 30 11:53:06 2018 +0100 |
tree | 533b7d30d6674b91b2f0a0a045b181c03a50a077 | |
parent | 6bd02908836ed00aa7fcdc759d490029137c2b30 [diff] |
drm/armada: switch legacy modeset to atomic modeset Switch the legacy set_config() method to use the atomic modeset helper, which allows us to get rid of the legacy dpms, prepare, commit, mode_set, mode_set_base and disable helper methods. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>