Searched defs:nv04_gr_chan (Results 1 – 1 of 1) sorted by relevance
357 #define nv04_gr_chan(p) container_of((p), struct nv04_gr_chan, object) macro359 struct nv04_gr_chan { struct360 struct nvkm_object object;361 struct nv04_gr *gr;362 int chid;363 u32 nv04[ARRAY_SIZE(nv04_gr_ctx_regs)];1178 nv04_gr_chan = { variable