Searched refs:I915_PRIORITY_MASK (Results 1 – 3 of 3) sorted by relevance
25 #define I915_PRIORITY_MASK (I915_PRIORITY_COUNT - 1) macro31 #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()379 GEM_BUG_ON(bump & ~I915_PRIORITY_MASK); in i915_schedule_bump_priority()438 BUILD_BUG_ON(__NO_PREEMPTION & ~I915_PRIORITY_MASK); in __i915_sched_node_add_dependency()
299 BUILD_BUG_ON(__NO_PREEMPTION & ~I915_PRIORITY_MASK); /* only internal */ in effective_prio()