Home
last modified time | relevance | path

Searched refs:I915_PRIORITY_NOSEMAPHORE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_priolist_types.h28 #define I915_PRIORITY_NOSEMAPHORE ((u8)BIT(1)) macro
Di915_request.c503 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()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_lrc.c296 prio |= I915_PRIORITY_NOSEMAPHORE; in effective_prio()