Searched defs:nv10_gr_chan (Results 1 – 1 of 1) sorted by relevance
397 #define nv10_gr_chan(p) container_of((p), struct nv10_gr_chan, object) macro399 struct nv10_gr_chan { struct400 struct nvkm_object object;401 struct nv10_gr *gr;402 int chid;403 int nv10[ARRAY_SIZE(nv10_gr_ctx_regs)];404 int nv17[ARRAY_SIZE(nv17_gr_ctx_regs)];405 struct pipe_state pipe_state;406 u32 lma_window[4];984 nv10_gr_chan = { variable