commit | 155b8290f7635b31faa57ca38cb5ddfe78111c2d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jul 30 11:52:34 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jul 30 11:52:34 2018 +0100 |
tree | 4045645fa20a77f91239ddaceb15d38f2426e001 | |
parent | b5bae71a79d712681bdf48ee029f1953697924f7 [diff] |
drm/armada: move sync signal polarity to mode_set_nofb() method For atomic modeset, we need to set the sync signal polarities from the CRTC state structure rather than the legacy mode structure stored in CRTC. In any case, we should update this from our mode_set_nofb() method, rather than the commit() method. Move it there, and ensure that armada_drm_crtc_update() will not overwrite these bits. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>