Home
last modified time | relevance | path

Searched refs:ctx_lo (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
1550 ctx_lo = kernel_context(gt->i915, NULL); in live_busywait_preempt()
1551 if (IS_ERR(ctx_lo)) { in live_busywait_preempt()
1552 err = PTR_ERR(ctx_lo); in live_busywait_preempt()
1556 ctx_lo->sched.priority = I915_CONTEXT_MIN_USER_PRIORITY; in live_busywait_preempt()
1609 lo = igt_request_alloc(ctx_lo, engine); in live_busywait_preempt()
1711 kernel_context_close(ctx_lo); in live_busywait_preempt()
1738 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt() local
1749 ctx_lo = kernel_context(gt->i915, NULL); in live_preempt()
1750 if (!ctx_lo) in live_preempt()
[all …]
/linux/drivers/firmware/
H A Dti_sci.c1684 * @ctx_lo: Low 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()
1722 req->ctx_lo = ctx_lo; 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