drm/i915: Trim delays for wedging
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Feb 2019 12:21:57 +0000 (12:21 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Feb 2019 14:41:32 +0000 (14:41 +0000)
commit8f54b3c6c921275d10e33746553c40294ffa0d58
tree60a23534ebce821cb1101964f959499f4f18bab0
parent370d757da92f051e954e7743152e8e6c90046354
drm/i915: Trim delays for wedging

CI still reports the occasional multi-second delay for resets, in
particular along the wedge+recovery paths. As the likely, and unbounded,
delay here is from sync_rcu, use the expedited variant instead.

Testcase: igt/gem_eio/unwedge-stress
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190219122215.8941-7-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_reset.c