drivers/gpu/drm/nouveau/include/nvif/clb069.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/nouveau/include/nvif/clb069.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/include/nvif/clb069.h
Extension
.h
Size
232 bytes
Lines
16
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 nvif_clb069_v0 {
	__u8  version;
	__u8  pad01[3];
	__u32 entries;
	__u32 get;
	__u32 put;
};

union nvif_clb069_event_args {
	struct nvif_clb069_event_vn {
	} vn;
};
#endif

Annotation

Implementation Notes