Searched refs:effective_prio (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_lrc.c349 static int effective_prio(const struct i915_request *rq) function
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))
H A Dselftest_lrc.c741 err = release_queue(engine, vma, 1, effective_prio(rq));

Completed in 130 milliseconds