drivers/gpu/drm/xe/xe_sync_types.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/xe/xe_sync_types.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/xe_sync_types.h
Extension
.h
Size
587 bytes
Lines
32
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct xe_sync_entry {
	struct drm_syncobj *syncobj;
	struct dma_fence *fence;
	struct dma_fence_chain *chain_fence;
	struct dma_fence_chain *ufence_chain_fence;
	struct drm_syncobj *ufence_syncobj;
	struct xe_user_fence *ufence;
	u64 addr;
	u64 timeline_value;
	u64 ufence_timeline_value;
	u32 type;
	u32 flags;
};

#endif

Annotation

Implementation Notes