Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_lrc.c300 prio = I915_PRIORITY_NORMAL; in lookup_priolist()
319 if (prio == I915_PRIORITY_NORMAL) { in lookup_priolist()
325 prio = I915_PRIORITY_NORMAL; /* recurses just once */ in lookup_priolist()
677 if (p->priority != I915_PRIORITY_NORMAL) in execlists_dequeue()
745 if (p->priority != I915_PRIORITY_NORMAL) in execlists_cancel_requests()
H A Di915_gem_request.h78 I915_PRIORITY_NORMAL = I915_CONTEXT_DEFAULT_PRIORITY, enumerator
H A Di915_gem_context.c277 ctx->priority = I915_PRIORITY_NORMAL; in __create_hw_context()
H A Di915_guc_submission.c606 if (p->priority != I915_PRIORITY_NORMAL) in i915_guc_dequeue()