Home
last modified time | relevance | path

Searched refs:nv04_gr_chan (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c353 struct nv04_gr_chan *chan[16];
357 #define nv04_gr_chan(p) container_of((p), struct nv04_gr_chan, object) macro
359 struct nv04_gr_chan { struct
1071 static struct nv04_gr_chan *
1075 struct nv04_gr_chan *chan = NULL; in nv04_gr_channel()
1085 nv04_gr_load_context(struct nv04_gr_chan *chan, int chid) in nv04_gr_load_context()
1100 nv04_gr_unload_context(struct nv04_gr_chan *chan) in nv04_gr_unload_context()
1117 struct nv04_gr_chan *prev = NULL; in nv04_gr_context_switch()
1118 struct nv04_gr_chan *next = NULL; in nv04_gr_context_switch()
1135 static u32 *ctx_reg(struct nv04_gr_chan *chan, u32 reg) in ctx_reg()
[all …]