When performing the i915_request_wait in wait_for_space, which itself is
called by intel_ring_begin, we do not need to apply the
I915_TASK_INTERRUPTIBLE flag.  So, remove it.

Signed-off-by: Jonathan Cavitt <[email protected]>
CC: Chris Wilson <[email protected]>
CC: Andi Shyti <[email protected]>

Jonathan Cavitt (1):
  drm/i915/gt: Remove interruptible flag from wait_for_space

 drivers/gpu/drm/i915/gt/intel_ring.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
2.25.1

Reply via email to