commit | 72eb16df010a436644c6515892ab8e2c428afe7f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 08 15:37:07 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 08 16:47:39 2019 +0000 |
tree | fd13b655211ff4cf866c035a966bf9cddc50b19a | |
parent | 15cbf007e4da18b23eac41168263b178efd9cf36 [diff] |
drm/i915: Serialise resets with wedging Prevent concurrent set-wedge with ongoing resets (and vice versa) by taking the same wedge_mutex around both operations. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190208153708.20023-6-chris@chris-wilson.co.uk