Searched refs:nv50_fifo (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv50.c | 30 nv50_fifo_runlist_update_locked(struct nv50_fifo *fifo) in nv50_fifo_runlist_update_locked() 52 nv50_fifo_runlist_update(struct nv50_fifo *fifo) in nv50_fifo_runlist_update() 62 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_oneinit() 78 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_init() 102 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_dtor() 112 struct nv50_fifo *fifo; in nv50_fifo_new_() 129 nv50_fifo = { variable 148 return nv50_fifo_new_(&nv50_fifo, device, type, inst, pfifo); in nv50_fifo_new()
|
D | nv50.h | 4 #define nv50_fifo(p) container_of((p), struct nv50_fifo, base) macro 7 struct nv50_fifo { struct 19 void nv50_fifo_runlist_update(struct nv50_fifo *); argument
|
D | channv50.h | 9 struct nv50_fifo *fifo; 40 int nv50_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push, 48 int g84_fifo_chan_ctor(struct nv50_fifo *, u64 vmm, u64 push,
|
D | channv50.c | 59 struct nv50_fifo *fifo = chan->fifo; in nv50_fifo_chan_engine_fini() 190 struct nv50_fifo *fifo = chan->fifo; in nv50_fifo_chan_fini() 204 struct nv50_fifo *fifo = chan->fifo; in nv50_fifo_chan_init() 239 nv50_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vmm, u64 push, in nv50_fifo_chan_ctor()
|
D | gpfifonv50.c | 41 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_gpfifo_new()
|
D | gpfifog84.c | 41 struct nv50_fifo *fifo = nv50_fifo(base); in g84_fifo_gpfifo_new()
|
D | chang84.c | 74 struct nv50_fifo *fifo = chan->fifo; in g84_fifo_chan_engine_fini() 187 struct nv50_fifo *fifo = chan->fifo; in g84_fifo_chan_init() 211 g84_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vmm, u64 push, in g84_fifo_chan_ctor()
|