Home
last modified time | relevance | path

Searched refs:I915_WAIT_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c248 I915_WAIT_PRIORITY | in i915_gem_wait_ioctl()
H A Di915_gem_domain.c476 I915_WAIT_PRIORITY | in i915_gem_set_domain_ioctl()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_request.h371 #define I915_WAIT_PRIORITY BIT(1) /* small priority bump for the request */ macro
H A Di915_request.c101 interruptible | I915_WAIT_PRIORITY, in i915_fence_wait()
1792 if (flags & I915_WAIT_PRIORITY && !i915_request_started(rq)) in i915_request_wait()