HomeSort by: relevance | last modified time | path
    Searched refs:I915_PRIORITY_NOSEMAPHORE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_priolist_types.h 36 #define I915_PRIORITY_NOSEMAPHORE ((u8)BIT(1))
i915_request.c 477 request->sched.attr.priority |= I915_PRIORITY_NOSEMAPHORE;
545 i915_schedule_bump_priority(request, I915_PRIORITY_NOSEMAPHORE);
1364 attr.priority |= I915_PRIORITY_NOSEMAPHORE;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 371 prio |= I915_PRIORITY_NOSEMAPHORE;

Completed in 17 milliseconds