Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c182 lockdep_assert_held(&ce->guc_state.lock); in init_sched_state()
183 ce->guc_state.sched_state &= SCHED_STATE_BLOCKED_MASK; in init_sched_state()
199 return !(ce->guc_state.sched_state & ~SCHED_STATE_VALID_INIT); in sched_state_is_init()
205 return ce->guc_state.sched_state & in context_wait_for_deregister_to_register()
212 lockdep_assert_held(&ce->guc_state.lock); in set_context_wait_for_deregister_to_register()
213 ce->guc_state.sched_state |= in set_context_wait_for_deregister_to_register()
220 lockdep_assert_held(&ce->guc_state.lock); in clr_context_wait_for_deregister_to_register()
221 ce->guc_state.sched_state &= in clr_context_wait_for_deregister_to_register()
228 return ce->guc_state.sched_state & SCHED_STATE_DESTROYED; in context_destroyed()
234 lockdep_assert_held(&ce->guc_state.lock); in set_context_destroyed()
[all …]
/linux-6.6.21/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_get_active_request()
546 list_for_each_entry_reverse(rq, &parent->guc_state.requests, in intel_context_get_active_request()
557 spin_unlock_irqrestore(&parent->guc_state.lock, flags); in intel_context_get_active_request()
Dintel_context_types.h218 } guc_state; member
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_trace.h412 __entry->sched_state = ce->guc_state.sched_state;
413 __entry->guc_prio = ce->guc_state.prio;