Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c1531 struct i915_gem_context *ctx_hi, *ctx_lo; in live_busywait_preempt() local
1544 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() local
1744 ctx_hi = kernel_context(gt->i915, NULL); in live_preempt()
1745 if (!ctx_hi) in live_preempt()
[all …]
/linux/drivers/firmware/
H A Dti_sci.h608 u32 ctx_hi; member
H A Dti_sci.c1674 u32 ctx_lo, u32 ctx_hi, u32 debug_flags) in ti_sci_cmd_prepare_sleep() argument
1706 req->ctx_hi = ctx_hi; in ti_sci_cmd_prepare_sleep()