Searched refs:ctx_hi (Results 1 – 3 of 3) sorted by relevance
1531 struct i915_gem_context *ctx_hi, *ctx_lo; in live_busywait_preempt() local1544 ctx_hi = kernel_context(gt->i915, NULL); in live_busywait_preempt()1545 if (IS_ERR(ctx_hi)) in live_busywait_preempt()1546 return PTR_ERR(ctx_hi); in live_busywait_preempt()1548 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_busywait_preempt()1657 hi = igt_request_alloc(ctx_hi, engine); in live_busywait_preempt()1713 kernel_context_close(ctx_hi); in live_busywait_preempt()1738 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt() local1744 ctx_hi = kernel_context(gt->i915, NULL); in live_preempt()1745 if (!ctx_hi) in live_preempt()[all …]
608 u32 ctx_hi; member
1674 u32 ctx_lo, u32 ctx_hi, u32 debug_flags) in ti_sci_cmd_prepare_sleep() argument1706 req->ctx_hi = ctx_hi; in ti_sci_cmd_prepare_sleep()