Searched defs:nv04_gr_chan (Results 1 – 1 of 1) sorted by relevance
362 #define nv04_gr_chan(p) container_of((p), struct nv04_gr_chan, object) macro364 struct nv04_gr_chan { struct365 struct nvkm_object object;366 struct nv04_gr *gr;367 int chid;368 u32 nv04[ARRAY_SIZE(nv04_gr_ctx_regs)];1183 nv04_gr_chan = { variable