Searched refs:ctx_hi (Results 1 – 1 of 1) sorted by relevance
1528 struct i915_gem_context *ctx_hi, *ctx_lo; in live_busywait_preempt() local1541 ctx_hi = kernel_context(gt->i915, NULL); in live_busywait_preempt()1542 if (IS_ERR(ctx_hi)) in live_busywait_preempt()1543 return PTR_ERR(ctx_hi); in live_busywait_preempt()1545 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_busywait_preempt()1654 hi = igt_request_alloc(ctx_hi, engine); in live_busywait_preempt()1710 kernel_context_close(ctx_hi); in live_busywait_preempt()1735 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt() local1741 ctx_hi = kernel_context(gt->i915, NULL); in live_preempt()1742 if (!ctx_hi) in live_preempt()[all …]