Home
last modified time | relevance | path

Searched refs:ctx_hi (Results 1 – 2 of 2) 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.c1685 * @ctx_hi: High part of address for context save in ti_sci_cmd_prepare_sleep()
1691 u32 ctx_lo, u32 ctx_hi, u32 debug_flags) in ti_sci_cmd_prepare_sleep()
1723 req->ctx_hi = ctx_hi; in ti_sci_cmd_prepare_sleep()
1674 ti_sci_cmd_prepare_sleep(const struct ti_sci_handle * handle,u8 mode,u32 ctx_lo,u32 ctx_hi,u32 debug_flags) ti_sci_cmd_prepare_sleep() argument