Home
last modified time | relevance | path

Searched refs:I915_PRIORITY_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_priolist_types.h31 #define I915_PRIORITY_MASK (I915_PRIORITY_COUNT - 1) macro
34 #define I915_PRIORITY_INVALID (INT_MIN | (u8)I915_PRIORITY_MASK)
Di915_scheduler.c84 idx = I915_PRIORITY_COUNT - (prio & I915_PRIORITY_MASK) - 1; in i915_sched_lookup_priolist()
381 GEM_BUG_ON(bump & ~I915_PRIORITY_MASK); in i915_schedule_bump_priority()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c105 attr.priority = I915_PRIORITY_MASK; in heartbeat()
Dselftest_lrc.c1102 rq->sched.attr.priority = I915_PRIORITY_MASK; in create_rewinder()
5368 rq->sched.attr.priority = I915_PRIORITY_MASK; in create_timestamp()