Searched refs:I915_WAIT_INTERRUPTIBLE (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_domain.c | 62 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()
|
D | i915_gem_wait.c | 20 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()
|
D | i915_gem_throttle.c | 86 I915_WAIT_INTERRUPTIBLE, in i915_gem_throttle_ioctl()
|
D | i915_gem_phys.c | 146 I915_WAIT_INTERRUPTIBLE | in phys_pwrite() 177 I915_WAIT_INTERRUPTIBLE, in phys_pread()
|
D | i915_gem_execbuffer.c | 1921 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/ |
D | i915_gem_execbuffer.c | 70 err = i915_gem_object_wait(obj, I915_WAIT_INTERRUPTIBLE, HZ / 2); in __igt_gpu_reloc()
|
D | i915_gem_context.c | 618 I915_WAIT_INTERRUPTIBLE, in throttle()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_request.h | 370 #define I915_WAIT_INTERRUPTIBLE BIT(0) macro
|
D | i915_gem.c | 513 I915_WAIT_INTERRUPTIBLE, in i915_gem_pread_ioctl() 823 I915_WAIT_INTERRUPTIBLE | in i915_gem_pwrite_ioctl()
|
D | i915_request.c | 1730 const int state = flags & I915_WAIT_INTERRUPTIBLE ? in i915_request_wait()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_ring.c | 209 I915_WAIT_INTERRUPTIBLE, in wait_for_space()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_perf.c | 381 if (i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, HZ / 2) < 0) { in live_noa_gpr()
|