commit | c3b326587ba2896e6c7099bedc51c5cc6ede557c | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Nov 08 13:55:40 2016 +0100 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Wed Nov 09 13:55:14 2016 +0100 |
tree | 638b10dccf1fdbdd42038c63e2519004a248effe | |
parent | 1f4faefe740a5b727aff8ebdf66973e591d4286f [diff] |
drm/i915: Update atomic modeset state synchronously, v2. All of this state should be updated as soon as possible. It shouldn't be done later because then future updates may not depend on it. Changes since v1: - Move the modeset update to before drm_atomic_state_get. (Ville) Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1478609742-13603-10-git-send-email-maarten.lankhorst@linux.intel.com Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>