Home
last modified time | relevance | path

Searched refs:I915_PRIORITY_MIN (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_priolist_types.h16 I915_PRIORITY_MIN = I915_CONTEXT_MIN_USER_PRIORITY - 1, enumerator
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c137 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in heartbeat()
378 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in intel_engine_flush_barriers()
Dselftest_execlists.c3465 return random_range(rnd, I915_PRIORITY_MIN, I915_PRIORITY_MAX); in random_priority()