Home
last modified time | relevance | path

Searched refs:sched_state (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c205 return ce->guc_state.sched_state & in context_wait_for_deregister_to_register()
213 ce->guc_state.sched_state |= in set_context_wait_for_deregister_to_register()
221 ce->guc_state.sched_state &= in clr_context_wait_for_deregister_to_register()
263 ce->guc_state.sched_state |= SCHED_STATE_BANNED; in set_context_banned()
269 ce->guc_state.sched_state &= ~SCHED_STATE_BANNED; in clr_context_banned()
280 ce->guc_state.sched_state |= SCHED_STATE_ENABLED; in set_context_enabled()
348 ce->guc_state.sched_state |= SCHED_STATE_CLOSED; in set_context_close_done()
361 ce->guc_state.sched_state += SCHED_STATE_BLOCKED; in incr_context_blocked()
372 ce->guc_state.sched_state -= SCHED_STATE_BLOCKED; in decr_context_blocked()
4737 ce->guc_state.sched_state, ctx_id); in intel_guc_sched_done_process_msg()
[all …]
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_context_types.h193 u32 sched_state; member