]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Protect our local workers against I915_FENCE_TIMEOUT
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 26 Aug 2019 07:21:27 +0000 (08:21 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 28 Aug 2019 17:17:53 +0000 (18:17 +0100)
commite88d556563d3621e633105bb4aa76115f9ff9d9f
tree58c0fd69892c77d080da40d345002d12e0118e27
parent6f9e602ccecfbdd6f7710eac75fc1bb0bf7255aa
drm/i915: Protect our local workers against I915_FENCE_TIMEOUT

Trust our own workers to not cause unnecessary delays and disable the
automatic timeout on their asynchronous fence waits. (Along the same
lines that we trust our own requests to complete eventually, if
necessary by force.)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190826072149.9447-6-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c