Searched defs:nv10_gr_chan (Results 1 – 1 of 1) sorted by relevance
402 #define nv10_gr_chan(p) container_of((p), struct nv10_gr_chan, object) macro404 struct nv10_gr_chan { struct405 struct nvkm_object object;406 struct nv10_gr *gr;407 int chid;408 int nv10[ARRAY_SIZE(nv10_gr_ctx_regs)];409 int nv17[ARRAY_SIZE(nv17_gr_ctx_regs)];410 struct pipe_state pipe_state;411 u32 lma_window[4];989 nv10_gr_chan = { variable