]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 15 Feb 2019 10:27:32 +0000 (10:27 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 15 Feb 2019 18:17:30 +0000 (18:17 +0000)
commit9095c86374db8a6b75e0e3398e7c1a9859d6b868
tree1e8f8658fbc13d11485f18912c39bfaf1c8d7c32
parentd9e61b66a5d305bbf052a70a853b3be680d911ba
drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()

Since we no longer need to hold struct_mutex to perform a global device
reset, don't do so for igt_reset_wedge().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190215102732.15520-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/intel_hangcheck.c