[Intel-gfx] [PATCH 0/1] drm/i915/gt: Remove interruptible flag from wait_for_space

Jonathan Cavitt jonathan.cavitt at intel.com
Fri Aug 25 22:01:12 UTC 2023


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 at intel.com>
CC: Chris Wilson <chris.p.wilson at linux.intel.com>
CC: Andi Shyti <andi.shyti at intel.com>

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



More information about the Intel-gfx mailing list