Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h142 struct list_head destroyed_contexts; member
H A Dintel_guc_submission.c3494 while (!list_empty(&guc->submission_state.destroyed_contexts)) { in guc_flush_destroyed_contexts()
3496 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts, in guc_flush_destroyed_contexts()
3516 while (!list_empty(&guc->submission_state.destroyed_contexts)) { in deregister_destroyed_contexts()
3518 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts, in deregister_destroyed_contexts()
3538 &guc->submission_state.destroyed_contexts); in deregister_destroyed_contexts()
3588 &guc->submission_state.destroyed_contexts); in guc_context_destroy()
4853 INIT_LIST_HEAD(&guc->submission_state.destroyed_contexts); in intel_guc_submission_init_early()