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

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/include/nvif/if000e.h
Extension
.h
Size
423 bytes
Lines
27
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_event_v0 {
		__u8 version;
		__u8 wait;
		__u8 pad02[6];
		__u8 data[];
	} v0;
};

#define NVIF_EVENT_V0_ALLOW 0x00
#define NVIF_EVENT_V0_BLOCK 0x01

union nvif_event_allow_args {
	struct nvif_event_allow_vn {
	} vn;
};

union nvif_event_block_args {
	struct nvif_event_block_vn {
	} vn;
};
#endif

Annotation

Implementation Notes