Home
last modified time | relevance | path

Searched refs:guc_state (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c172 lockdep_assert_held(&ce->guc_state.lock); in init_sched_state()
173 ce->guc_state.sched_state &= SCHED_STATE_BLOCKED_MASK; in init_sched_state()
180 return !(ce->guc_state.sched_state & in sched_state_is_init()
187 return ce->guc_state.sched_state & in context_wait_for_deregister_to_register()
194 lockdep_assert_held(&ce->guc_state.lock); in set_context_wait_for_deregister_to_register()
195 ce->guc_state.sched_state |= in set_context_wait_for_deregister_to_register()
202 lockdep_assert_held(&ce->guc_state.lock); in clr_context_wait_for_deregister_to_register()
203 ce->guc_state.sched_state &= in clr_context_wait_for_deregister_to_register()
210 return ce->guc_state.sched_state & SCHED_STATE_DESTROYED; in context_destroyed()
216 lockdep_assert_held(&ce->guc_state.lock); in set_context_destroyed()
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_context.c399 spin_lock_init(&ce->guc_state.lock); in intel_context_init()
400 INIT_LIST_HEAD(&ce->guc_state.fences); in intel_context_init()
401 INIT_LIST_HEAD(&ce->guc_state.requests); in intel_context_init()
414 i915_sw_fence_init(&ce->guc_state.blocked, in intel_context_init()
416 i915_sw_fence_commit(&ce->guc_state.blocked); in intel_context_init()
437 i915_sw_fence_fini(&ce->guc_state.blocked); in intel_context_fini()
545 spin_lock_irqsave(&parent->guc_state.lock, flags); in intel_context_find_active_request()
546 list_for_each_entry_reverse(rq, &parent->guc_state.requests, in intel_context_find_active_request()
555 spin_unlock_irqrestore(&parent->guc_state.lock, flags); in intel_context_find_active_request()
Dintel_context_types.h211 } guc_state; member
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_trace.h413 __entry->sched_state = ce->guc_state.sched_state;
414 __entry->guc_prio = ce->guc_state.prio;