drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/gh100.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/gh100.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/gh100.c
Extension
.c
Size
634 bytes
Lines
31
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 "gpu.h"

#include <engine/fifo/priv.h>

#include <nvif/class.h>

const struct nvkm_rm_gpu
gh100_gpu = {
	.usermode.class = HOPPER_USERMODE_A,

	.fifo.chan = {
		.class = HOPPER_CHANNEL_GPFIFO_A,
		.doorbell_handle = tu102_chan_doorbell_handle,
	},

	.ce.class = HOPPER_DMA_COPY_A,
	.gr.class = {
		.i2m = KEPLER_INLINE_TO_MEMORY_B,
		.twod = FERMI_TWOD_A,
		.threed = HOPPER_A,
		.compute = HOPPER_COMPUTE_A,
	},
	.nvdec.class = NVB8B0_VIDEO_DECODER,
	.nvjpg.class = NVB8D1_VIDEO_NVJPG,
	.ofa.class = NVB8FA_VIDEO_OFA,
};

Annotation

Implementation Notes