Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c421 struct sync_semaphore { struct
432 struct sync_semaphore go; argument
433 struct sync_semaphore join[MAX_ENGINE_INSTANCE + 1];
436 sizeof(struct sync_semaphore) * (MAX_ENGINE_INSTANCE + 2)];
459 BUILD_BUG_ON(sizeof(struct sync_semaphore) != CACHELINE_BYTES); in __get_parent_scratch()