drm/i915/gt: Use the correct err_unlock unwind path for a closed context
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 22 Mar 2020 12:32:41 +0000 (12:32 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 22 Mar 2020 13:44:24 +0000 (13:44 +0000)
commitbb6892b7ce15acc0742f32b740ecaa5594bf31ec
treec0b2861932b4de2b53d3ca4681b9deec1fdfdd6c
parentb412c63f1cba70b0e21927ae840aa45e024be97f
drm/i915/gt: Use the correct err_unlock unwind path for a closed context

A silly cut'n'paste copied the unlocked error path and used it inside
the pin_mutex lock, we need to drop that lock before returning.

Fixes: b412c63f1cba ("drm/i915/gt: Report context-is-closed prior to pinning")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200322123241.17694-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_context.c