Lines Matching refs:ctx_hi
271 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt() local
288 ctx_hi = kernel_context(i915); in live_preempt()
289 if (!ctx_hi) in live_preempt()
291 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_preempt()
317 rq = spinner_create_request(&spin_hi, ctx_hi, engine, in live_preempt()
346 kernel_context_close(ctx_hi); in live_preempt()
360 struct i915_gem_context *ctx_hi, *ctx_lo; in live_late_preempt() local
378 ctx_hi = kernel_context(i915); in live_late_preempt()
379 if (!ctx_hi) in live_late_preempt()
402 rq = spinner_create_request(&spin_hi, ctx_hi, engine, MI_NOOP); in live_late_preempt()
436 kernel_context_close(ctx_hi); in live_late_preempt()
457 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt_hang() local
477 ctx_hi = kernel_context(i915); in live_preempt_hang()
478 if (!ctx_hi) in live_preempt_hang()
480 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_preempt_hang()
509 rq = spinner_create_request(&spin_hi, ctx_hi, engine, in live_preempt_hang()
557 kernel_context_close(ctx_hi); in live_preempt_hang()