Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_priolist_types.h16 I915_PRIORITY_MIN = I915_CONTEXT_MIN_USER_PRIORITY - 1, enumerator
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A 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()
H A Dselftest_execlists.c3465 return random_range(rnd, I915_PRIORITY_MIN, I915_PRIORITY_MAX); in random_priority()