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 <jonathan.cavitt@xxxxxxxxx> CC: Chris Wilson <chris.p.wilson@xxxxxxxxxxxxxxx> CC: Andi Shyti <andi.shyti@xxxxxxxxx> 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