Home
last modified time | relevance | path

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

/linux-5.19.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;
24 struct {
48 struct gk104_fifo_func { argument
54 int (*nr)(struct gk104_fifo *); argument
Dgk104.c1232 gk104_fifo = { variable