Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_domain.c108 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_to_wc_domain()
169 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_to_gtt_domain()
246 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_cache_level()
448 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_set_to_cpu_domain()
520 I915_WAIT_INTERRUPTIBLE | in i915_gem_set_domain_ioctl()
535 I915_WAIT_INTERRUPTIBLE | in i915_gem_set_domain_ioctl()
621 I915_WAIT_INTERRUPTIBLE, in i915_gem_object_prepare_read()
671 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_prepare_write()
Di915_gem_wait.c22 BUILD_BUG_ON(I915_WAIT_INTERRUPTIBLE != 0x1); in i915_gem_object_wait_fence()
31 flags & I915_WAIT_INTERRUPTIBLE, in i915_gem_object_wait_fence()
265 I915_WAIT_INTERRUPTIBLE | in i915_gem_wait_ioctl()
Di915_gem_phys.c146 I915_WAIT_INTERRUPTIBLE | in i915_gem_object_pwrite_phys()
176 I915_WAIT_INTERRUPTIBLE, in i915_gem_object_pread_phys()
Di915_gem_throttle.c86 I915_WAIT_INTERRUPTIBLE, in i915_gem_throttle_ioctl()
Di915_gem_execbuffer.c1651 if (i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, in eb_relocate_parse_slow()
1802 err = i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, 0); in eb_relocate_parse()
/Linux-v5.15/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_migrate.c188 err = i915_gem_object_wait(obj, I915_WAIT_INTERRUPTIBLE, in igt_lmem_pages_migrate()
Di915_gem_context.c618 I915_WAIT_INTERRUPTIBLE, in throttle()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_ring.c214 I915_WAIT_INTERRUPTIBLE, in wait_for_space()
Dselftest_timeline.c1134 I915_WAIT_INTERRUPTIBLE, in live_hwsp_read()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_request.h388 #define I915_WAIT_INTERRUPTIBLE BIT(0) macro
Di915_gem.c473 I915_WAIT_INTERRUPTIBLE, in i915_gem_pread_ioctl()
753 I915_WAIT_INTERRUPTIBLE | in i915_gem_pwrite_ioctl()
Di915_request.c1809 const int state = flags & I915_WAIT_INTERRUPTIBLE ? in i915_request_wait()
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
Di915_perf.c381 if (i915_request_wait(rq, I915_WAIT_INTERRUPTIBLE, HZ / 2) < 0) { in live_noa_gpr()