mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 06:14:24 +08:00
drm/i915/gt: Restore dropped 'interruptible' flag
Lost in the rebasing was Tvrtko's reminder that we need to keep an uninterruptible wait around for the Ironlake VT-d w/a Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191006165002.30312-3-chris@chris-wilson.co.uk
This commit is contained in:
parent
9445ad1710
commit
abc47ff61d
@ -48,7 +48,7 @@ long intel_gt_retire_requests_timeout(struct intel_gt *gt, long timeout)
|
|||||||
fence = i915_active_fence_get(&tl->last_request);
|
fence = i915_active_fence_get(&tl->last_request);
|
||||||
if (fence) {
|
if (fence) {
|
||||||
timeout = dma_fence_wait_timeout(fence,
|
timeout = dma_fence_wait_timeout(fence,
|
||||||
true,
|
interruptible,
|
||||||
timeout);
|
timeout);
|
||||||
dma_fence_put(fence);
|
dma_fence_put(fence);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user