Lines Matching refs:priority
83 rq->sched.attr.priority); in show_heartbeat()
109 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in heartbeat()
156 rq->sched.attr.priority < I915_PRIORITY_BARRIER) { in heartbeat()
163 attr.priority = 0; in heartbeat()
164 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
165 attr.priority = I915_PRIORITY_HEARTBEAT; in heartbeat()
166 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
167 attr.priority = I915_PRIORITY_BARRIER; in heartbeat()
248 struct i915_sched_attr attr = { .priority = I915_PRIORITY_BARRIER }; in __intel_engine_pulse()
263 GEM_BUG_ON(rq->sched.attr.priority < I915_PRIORITY_BARRIER); in __intel_engine_pulse()
339 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN }; in intel_engine_flush_barriers()