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

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/include/nvif/if000a.h
Extension
.h
Size
318 bytes
Lines
23
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_mem_v0 {
	__u8  version;
	__u8  type;
	__u8  page;
	__u8  pad03[5];
	__u64 size;
	__u64 addr;
	__u8  data[];
};

struct nvif_mem_ram_vn {
};

struct nvif_mem_ram_v0 {
	__u8  version;
	__u8  pad01[7];
	dma_addr_t *dma;
	struct scatterlist *sgl;
};
#endif

Annotation

Implementation Notes