Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_execlists.c1530 struct i915_gem_context *ctx_hi, *ctx_lo; in live_busywait_preempt() local
1543 ctx_hi = kernel_context(gt->i915, NULL); in live_busywait_preempt()
1544 if (!ctx_hi) in live_busywait_preempt()
1546 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_busywait_preempt()
1652 hi = igt_request_alloc(ctx_hi, engine); in live_busywait_preempt()
1708 kernel_context_close(ctx_hi); in live_busywait_preempt()
1733 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt() local
1739 ctx_hi = kernel_context(gt->i915, NULL); in live_preempt()
1740 if (!ctx_hi) in live_preempt()
1742 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_preempt()
[all …]