Home
last modified time | relevance | path

Searched defs:gk104_fifo (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgk104.h4 #define gk104_fifo(p) container_of((p), struct gk104_fifo, base) macro
12 struct gk104_fifo { struct
13 const struct gk104_fifo_func *func; argument
14 struct nvkm_fifo base;
16 struct {
20 } recover;
22 int pbdma_nr;
47 struct gk104_fifo_func { argument
53 int (*nr)(struct gk104_fifo *); argument
Dgk104.c1181 gk104_fifo = { variable