drivers/gpu/drm/nouveau/nv10_fence.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/nouveau/nv10_fence.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/nv10_fence.h
Extension
.h
Size
350 bytes
Lines
21
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 nv10_fence_chan {
	struct nouveau_fence_chan base;
	struct nvif_object sema;
};

struct nv10_fence_priv {
	struct nouveau_fence_priv base;
	struct nouveau_bo *bo;
	spinlock_t lock;
	u32 sequence;
};

#endif

Annotation

Implementation Notes