Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_scheduler.c87 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()
H A Di915_priolist_types.h17 I915_PRIORITY_NORMAL = I915_CONTEXT_DEFAULT_PRIORITY, enumerator
H A Di915_scheduler.h53 if (p->priority != I915_PRIORITY_NORMAL) in i915_priolist_free()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c230 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c484 last_prio = max(effective_prio(rq), I915_PRIORITY_NORMAL - 1); in need_preempt()