Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h127 struct list_head destroyed_contexts; member
Dintel_guc_submission.c3266 while (!list_empty(&guc->submission_state.destroyed_contexts)) { in guc_flush_destroyed_contexts()
3268 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts, in guc_flush_destroyed_contexts()
3288 while (!list_empty(&guc->submission_state.destroyed_contexts)) { in deregister_destroyed_contexts()
3290 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts, in deregister_destroyed_contexts()
3334 &guc->submission_state.destroyed_contexts); in guc_context_destroy()
4588 INIT_LIST_HEAD(&guc->submission_state.destroyed_contexts); in intel_guc_submission_init_early()