Searched refs:I915_PRIORITY_NORMAL (Results 1 – 5 of 5) sorted by relevance
87 prio = I915_PRIORITY_NORMAL; in i915_sched_lookup_priolist()106 if (prio == I915_PRIORITY_NORMAL) { in i915_sched_lookup_priolist()112 prio = I915_PRIORITY_NORMAL; /* recurses just once */ in i915_sched_lookup_priolist()189 return prio >= max(I915_PRIORITY_NORMAL, active); in need_preempt()
17 I915_PRIORITY_NORMAL = I915_CONTEXT_DEFAULT_PRIORITY, enumerator
53 if (p->priority != I915_PRIORITY_NORMAL) in i915_priolist_free()
230 if (ctx->sched.priority >= I915_PRIORITY_NORMAL && in intel_context_set_gem()705 ctx->sched.priority = I915_USER_PRIORITY(I915_PRIORITY_NORMAL); in __create_context()1994 if (ctx->sched.priority >= I915_PRIORITY_NORMAL) in __apply_priority()
484 last_prio = max(effective_prio(rq), I915_PRIORITY_NORMAL - 1); in need_preempt()