]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Drop the timeline->mutex as we wait for retirement
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 3 Mar 2020 14:00:09 +0000 (14:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 3 Mar 2020 17:30:20 +0000 (17:30 +0000)
commit2ad7a11c807dec6cc95ff8077d2ab4b4eb93b832
tree10bb6bb4b542352a8aef453142fa21f9dd910e32
parent01d78631281a4364038abf171783063d066e492a
drm/i915/gt: Drop the timeline->mutex as we wait for retirement

As we have pinned the timeline (using tl->active_count), we can safely
drop the tl->mutex as we wait for what we believe to be the final
request on that timeline. This is useful for ensuring that we do not
block the engine heartbeat by hogging the kernel_context's timeline on a
dead GPU.

References: https://gitlab.freedesktop.org/drm/intel/issues/1364
Fixes: 174a8144861d ("drm/i915/gt: Replace hangcheck by heartbeats")
Fixes: 52d353062565 ("drm/i915: Merge wait_for_timelines with retire_request")
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/20200303140009.1494819-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_gt_requests.c