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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 349 static int effective_prio(const struct i915_request *rq) function in typeref:typename:int
422 last_prio = max(effective_prio(rq), I915_PRIORITY_NORMAL - 1);
1750 return hint >= effective_prio(rq);
1776 if (engine->execlists.switch_priority_hint < effective_prio(rq))
selftest_lrc.c 741 err = release_queue(engine, vma, 1, effective_prio(rq));

Completed in 18 milliseconds