Home
last modified time | relevance | path

Searched refs:I915_USER_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_priolist_types.h22 #define I915_USER_PRIORITY(x) ((x) << I915_USER_PRIORITY_SHIFT) macro
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c150 .priority = I915_USER_PRIORITY(I915_PRIORITY_MAX), in release_queue()
326 I915_USER_PRIORITY(I915_CONTEXT_MAX_USER_PRIORITY); in live_busywait_preempt()
332 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_busywait_preempt()
531 I915_USER_PRIORITY(I915_CONTEXT_MAX_USER_PRIORITY); in live_preempt()
537 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_preempt()
640 ctx_lo->sched.priority = I915_USER_PRIORITY(1); in live_late_preempt()
681 attr.priority = I915_USER_PRIORITY(I915_PRIORITY_MAX); in live_late_preempt()
773 b.ctx->sched.priority = I915_USER_PRIORITY(I915_PRIORITY_MAX); in live_nopreempt()
862 .priority = I915_USER_PRIORITY(I915_PRIORITY_MAX) in live_suppress_self_preempt()
1173 .priority = I915_USER_PRIORITY(I915_PRIORITY_MAX), in live_chain_preempt()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_object.h432 #define I915_PRIORITY_DISPLAY I915_USER_PRIORITY(I915_PRIORITY_MAX)
Di915_gem_context.c421 ctx->sched.priority = I915_USER_PRIORITY(I915_PRIORITY_NORMAL); in __create_context()
603 ctx->sched.priority = I915_USER_PRIORITY(prio); in i915_gem_context_create_kernel()
1807 I915_USER_PRIORITY(priority); in ctx_setparam()