commit | e9cebe837be720af5972959d2ea295ece3be3721 | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Thu Mar 23 14:42:36 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Fri Mar 31 15:21:15 2017 -0700 |
tree | 292513b31fc1829df3283d0a99326eee2b308a8a | |
parent | 5c6089a1dfa6e699a9c8ca95df02e8c39b4e8e15 [diff] |
drm/vmwgfx: Fix LDU X blank screen until mode change issue vmw_ldu_crtc_helper_commit() is not called if drm_atomic_crtc_needs_modeset() decides nothing related to CRTC timing has changed. So a better place for this code is in vmw_ldu_primary_plane_atomic_update() since we will need to update ld->fb every time the FB is updated. Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>