commit | 5008e874edd34705be433bfa74bd29908182b36e | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Aug 18 13:40:05 2015 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Mon Nov 02 15:50:17 2015 +0100 |
tree | 3e5d75193d255984963a5c9de73795520de2c45c | |
parent | 3abc4e09c620e3b53887d7add88158549eee021f [diff] |
drm/i915: Make wait_for_flips interruptible. Move it from intel_crtc_atomic_commit to prepare_plane_fb. Waiting is done before committing, otherwise it's too late to undo the changes. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Ander Conselvan De Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>