Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.h6 #define gf100_fifo(p) container_of((p), struct gf100_fifo, base) macro
12 struct gf100_fifo { struct
13 struct nvkm_fifo base;
15 struct list_head chan;
17 struct {
41 void gf100_fifo_intr_engine(struct gf100_fifo *); argument
H A Dnouveau_nvkm_engine_fifo_gf100.c713 gf100_fifo = { variable