commit | 7580d774b0466fff28aab19db4f36dac37a3d1a9 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Aug 18 13:40:06 2015 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Mon Nov 02 15:50:31 2015 +0100 |
tree | 9b5024b8be800450c9bd1f26d9691b165faba675 | |
parent | f935675f0c07f87da2facc4c144d511e6da48240 [diff] |
drm/i915: Wait for object idle without locks in atomic_commit, v2. Make pinning and waiting a separate step, and wait for object idle without struct_mutex held. Changes since v1: - Do not wait when a reset is in progress. - Remove call to i915_gem_object_wait_rendering for intel_overlay_do_put_image (Chris Wilson) Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>