Searched refs:I915_PRIORITY_NORMAL (Results 1 – 6 of 6) sorted by relevance
51 if (p->priority != I915_PRIORITY_NORMAL) in i915_priolist_free()70 return prio > max(I915_PRIORITY_NORMAL - 1, active); in i915_scheduler_need_preempt()
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
899 to->gem_context->sched.priority >= I915_PRIORITY_NORMAL) { in i915_request_await_request()
105 return i915_gem_context_create_kernel(i915, I915_PRIORITY_NORMAL); in kernel_context()
421 ctx->sched.priority = I915_USER_PRIORITY(I915_PRIORITY_NORMAL); in __create_context()