Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_submit_types.h38 struct sync_semaphore { struct
51 struct sync_semaphore go; argument
53 struct sync_semaphore join[XE_HW_ENGINE_MAX_INSTANCE];
57 sizeof(struct sync_semaphore) *
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c429 struct sync_semaphore { struct
440 struct sync_semaphore go; argument
441 struct sync_semaphore join[MAX_ENGINE_INSTANCE + 1];
444 sizeof(struct sync_semaphore) * (MAX_ENGINE_INSTANCE + 2)];
467 BUILD_BUG_ON(sizeof(struct sync_semaphore) != CACHELINE_BYTES); in __get_parent_scratch()