Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.h6 #define gk104_fifo(p) container_of((p), struct gk104_fifo, base) macro
14 struct gk104_fifo { struct
15 const struct gk104_fifo_func *func; argument
16 struct nvkm_fifo base;
18 struct {
22 } recover;
24 int pbdma_nr;
26 struct {
30 } engine[16];
54 struct gk104_fifo_func { argument
[all …]
H A Dnouveau_nvkm_engine_fifo_gk104.c1202 gk104_fifo = { variable