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

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/include/nvif/if0013.h
Extension
.h
Size
563 bytes
Lines
36
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_head_v0 {
		__u8 version;
		__u8 id;
		__u8 pad02[6];
	} v0;
};

union nvif_head_event_args {
	struct nvif_head_event_vn {
	} vn;
};

#define NVIF_HEAD_V0_SCANOUTPOS 0x00

union nvif_head_scanoutpos_args {
	struct nvif_head_scanoutpos_v0 {
		__u8  version;
		__u8  pad01[7];
		__s64 time[2];
		__u16 vblanks;
		__u16 vblanke;
		__u16 vtotal;
		__u16 vline;
		__u16 hblanks;
		__u16 hblanke;
		__u16 htotal;
		__u16 hline;
	} v0;
};
#endif

Annotation

Implementation Notes