Searched refs:I915_PRIORITY_MAX (Results 1 – 3 of 3) sorted by relevance
18 I915_PRIORITY_MAX = I915_CONTEXT_MAX_USER_PRIORITY + 1, enumerator
83 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MAX }; in pxp_request_commit()
323 return live_unlite_restore(arg, I915_PRIORITY_MAX); in live_unlite_preempt()1330 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MAX }; in live_timeslice_queue()1886 attr.priority = I915_PRIORITY_MAX; in live_late_preempt()1967 b.ctx->sched.priority = I915_PRIORITY_MAX; in live_nopreempt()2432 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MAX }; in live_suppress_self_preempt()2565 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MAX }; in live_chain_preempt()2992 } while (prio <= I915_PRIORITY_MAX && in live_preempt_gang()3213 .priority = I915_PRIORITY_MAX in preempt_user()3466 return random_range(rnd, I915_PRIORITY_MIN, I915_PRIORITY_MAX); in random_priority()3548 ctx, count % I915_PRIORITY_MAX, in smoke_crescendo_thread()
Completed in 13 milliseconds