Searched refs:I915_PRIORITY_NOSEMAPHORE (Results 1 – 3 of 3) sorted by relevance
28 #define I915_PRIORITY_NOSEMAPHORE ((u8)BIT(1)) macro
503 request->sched.attr.priority |= I915_PRIORITY_NOSEMAPHORE; in __i915_request_unsubmit()571 i915_schedule_bump_priority(request, I915_PRIORITY_NOSEMAPHORE); in semaphore_notify()1250 attr.priority |= I915_PRIORITY_NOSEMAPHORE; in i915_request_add()
296 prio |= I915_PRIORITY_NOSEMAPHORE; in effective_prio()