Lines Matching refs:priority
41 if (rq && rq->sched.attr.priority >= I915_PRIORITY_BARRIER && in next_heartbeat()
112 rq->sched.attr.priority); in show_heartbeat()
138 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in heartbeat()
185 rq->sched.attr.priority < I915_PRIORITY_BARRIER) { in heartbeat()
192 attr.priority = I915_PRIORITY_NORMAL; in heartbeat()
193 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
194 attr.priority = I915_PRIORITY_HEARTBEAT; in heartbeat()
195 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
196 attr.priority = I915_PRIORITY_BARRIER; in heartbeat()
277 struct i915_sched_attr attr = { .priority = I915_PRIORITY_BARRIER }; in __intel_engine_pulse()
292 GEM_BUG_ON(rq->sched.attr.priority < I915_PRIORITY_BARRIER); in __intel_engine_pulse()
382 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in intel_engine_flush_barriers()