Lines Matching full:priority
56 rq->sched.attr.priority); in show_heartbeat()
62 .priority = I915_USER_PRIORITY(I915_PRIORITY_MIN), in heartbeat()
98 rq->sched.attr.priority < I915_PRIORITY_BARRIER) { in heartbeat()
100 * Gradually raise the priority of the heartbeat to in heartbeat()
101 * give high priority work [which presumably desires in heartbeat()
105 attr.priority = I915_PRIORITY_MASK; in heartbeat()
106 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
107 attr.priority |= I915_USER_PRIORITY(I915_PRIORITY_HEARTBEAT); in heartbeat()
108 if (rq->sched.attr.priority >= attr.priority) in heartbeat()
109 attr.priority = I915_PRIORITY_BARRIER; in heartbeat()
182 struct i915_sched_attr attr = { .priority = I915_PRIORITY_BARRIER }; in __intel_engine_pulse()
201 GEM_BUG_ON(rq->sched.attr.priority < I915_PRIORITY_BARRIER); in __intel_engine_pulse()