drivers/gpu/drm/nouveau/nvkm/engine/fifo/gb202.c

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gb202.c
Extension
.c
Size
294 bytes
Lines
15
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"
#include "cgrp.h"
#include "chan.h"
#include "runl.h"

u32
gb202_chan_doorbell_handle(struct nvkm_chan *chan)
{
	return BIT(30) | (chan->cgrp->runl->id << 16) | chan->id;
}

Annotation

Implementation Notes