Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_priolist_types.h28 #define I915_USER_PRIORITY(x) ((x) << I915_USER_PRIORITY_SHIFT) macro
/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c62 .priority = I915_USER_PRIORITY(I915_PRIORITY_MIN), in heartbeat()
107 attr.priority |= I915_USER_PRIORITY(I915_PRIORITY_HEARTBEAT); in heartbeat()
Dselftest_lrc.c348 return live_unlite_restore(arg, I915_USER_PRIORITY(I915_PRIORITY_MAX)); in live_unlite_preempt()
1334 .priority = I915_USER_PRIORITY(I915_PRIORITY_MAX), in live_timeslice_queue()
1551 I915_USER_PRIORITY(I915_CONTEXT_MAX_USER_PRIORITY); in live_busywait_preempt()
1557 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_busywait_preempt()
1761 I915_USER_PRIORITY(I915_CONTEXT_MAX_USER_PRIORITY); in live_preempt()
1767 I915_USER_PRIORITY(I915_CONTEXT_MIN_USER_PRIORITY); in live_preempt()
1863 ctx_lo->sched.priority = I915_USER_PRIORITY(1); in live_late_preempt()
1904 attr.priority = I915_USER_PRIORITY(I915_PRIORITY_MAX); in live_late_preempt()
1988 b.ctx->sched.priority = I915_USER_PRIORITY(I915_PRIORITY_MAX); in live_nopreempt()
2384 .priority = I915_USER_PRIORITY(I915_PRIORITY_MAX) in live_suppress_self_preempt()
[all …]
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object_blt.c223 ctx->sched.priority = I915_USER_PRIORITY(prio); in igt_fill_blt_thread()
341 ctx->sched.priority = I915_USER_PRIORITY(prio); in igt_copy_blt_thread()
/drivers/gpu/drm/i915/gem/
Di915_gem_context.c705 ctx->sched.priority = I915_USER_PRIORITY(I915_PRIORITY_NORMAL); in __create_context()
2021 ctx->sched.priority = I915_USER_PRIORITY(priority); in set_priority()
/drivers/gpu/drm/i915/display/
Dintel_display.c15963 .priority = I915_USER_PRIORITY(I915_PRIORITY_DISPLAY), in fb_obj_bump_render_priority()