Home
last modified time | relevance | path

Searched refs:I915_WAIT_INTERRUPTIBLE (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_domain.c62 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_to_wc_domain()
123 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_to_gtt_domain()
200 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_cache_level()
406 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_to_cpu_domain()
475 I915_WAIT_INTERRUPTIBLE | in i915_gem_set_domain_ioctl()
559 I915_WAIT_INTERRUPTIBLE, in i915_gem_object_prepare_read()
609 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_prepare_write()
Di915_gem_wait.c20 BUILD_BUG_ON(I915_WAIT_INTERRUPTIBLE != 0x1); in i915_gem_object_wait_fence()
29 flags & I915_WAIT_INTERRUPTIBLE, in i915_gem_object_wait_fence()
247 I915_WAIT_INTERRUPTIBLE | in i915_gem_wait_ioctl()
Di915_gem_throttle.c86 I915_WAIT_INTERRUPTIBLE, in i915_gem_throttle_ioctl()
Di915_gem_phys.c146 I915_WAIT_INTERRUPTIBLE | in phys_pwrite()
177 I915_WAIT_INTERRUPTIBLE, in phys_pread()
Di915_gem_execbuffer.c1921 if (i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, in eb_relocate_parse_slow()
2074 err = i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, 0); in eb_relocate_parse()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_execbuffer.c70 err = i915_gem_object_wait(obj, I915_WAIT_INTERRUPTIBLE, HZ / 2); in __igt_gpu_reloc()
Di915_gem_context.c618 I915_WAIT_INTERRUPTIBLE, in throttle()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_request.h370 #define I915_WAIT_INTERRUPTIBLE BIT(0) macro
Di915_gem.c513 I915_WAIT_INTERRUPTIBLE, in i915_gem_pread_ioctl()
823 I915_WAIT_INTERRUPTIBLE | in i915_gem_pwrite_ioctl()
Di915_request.c1730 const int state = flags & I915_WAIT_INTERRUPTIBLE ? in i915_request_wait()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_ring.c209 I915_WAIT_INTERRUPTIBLE, in wait_for_space()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_perf.c381 if (i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, HZ / 2) < 0) { in live_noa_gpr()