Searched refs:I915_PRIORITY_MASK (Results 1 – 4 of 4) sorted by relevance
31 #define I915_PRIORITY_MASK (I915_PRIORITY_COUNT - 1) macro34 #define I915_PRIORITY_INVALID (INT_MIN | (u8)I915_PRIORITY_MASK)
84 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()
105 attr.priority = I915_PRIORITY_MASK; in heartbeat()
1102 rq->sched.attr.priority = I915_PRIORITY_MASK; in create_rewinder()5368 rq->sched.attr.priority = I915_PRIORITY_MASK; in create_timestamp()