Skip to content
Commit 58b4c1a0 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Reduce nested prepare_remote_context() to a trylock



On context retiring, we may invoke the kernel_context to unpin this
context. Elsewhere, we may use the kernel_context to modify this
context. This currently leads to an AB-BA lock inversion, so we need to
back-off from the contended lock, and repeat.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111732
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Fixes: a9877da2

 ("drm/i915/oa: Reconfigure contexts on the fly")
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191126065521.2331017-1-chris@chris-wilson.co.uk
parent 5766a5ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment