drivers/gpu/drm/nouveau/nvkm/engine/msppp/base.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/nouveau/nvkm/engine/msppp/base.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/nvkm/engine/msppp/base.c
Extension
.c
Size
1420 bytes
Lines
32
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

#include "priv.h"

int
nvkm_msppp_new_(const struct nvkm_falcon_func *func, struct nvkm_device *device,
		enum nvkm_subdev_type type, int inst, struct nvkm_engine **pengine)
{
	return nvkm_falcon_new_(func, device, type, inst, true, 0x086000, pengine);
}

Annotation

Implementation Notes