Lines Matching refs:priority
41 if (rq && rq->sched.attr.priority >= I915_PRIORITY_BARRIER && in next_heartbeat()
111 rq->sched.attr.priority); in show_heartbeat()
137 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in heartbeat()
184 rq->sched.attr.priority < I915_PRIORITY_BARRIER) { in heartbeat()
191 attr.priority = 0; in heartbeat()
192 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
193 attr.priority = I915_PRIORITY_HEARTBEAT; in heartbeat()
194 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
195 attr.priority = I915_PRIORITY_BARRIER; in heartbeat()
276 struct i915_sched_attr attr = { .priority = I915_PRIORITY_BARRIER }; in __intel_engine_pulse()
291 GEM_BUG_ON(rq->sched.attr.priority < I915_PRIORITY_BARRIER); in __intel_engine_pulse()
378 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in intel_engine_flush_barriers()