Lines Matching refs:gf100_grctx
6 struct gf100_grctx { struct
15 int gf100_grctx_mmio_data(struct gf100_grctx *, u32 size, u32 align, bool priv); argument
16 void gf100_grctx_mmio_item(struct gf100_grctx *, u32 addr, u32 data, int s, int);
26 void (*main)(struct gf100_gr *, struct gf100_grctx *);
41 void (*bundle)(struct gf100_grctx *);
46 void (*pagepool)(struct gf100_grctx *);
49 void (*attrib)(struct gf100_grctx *);
56 void (*patch_ltc)(struct gf100_grctx *);
83 extern const struct gf100_grctx_func gf100_grctx;
85 void gf100_grctx_generate_main(struct gf100_gr *, struct gf100_grctx *);
86 void gf100_grctx_generate_bundle(struct gf100_grctx *);
87 void gf100_grctx_generate_pagepool(struct gf100_grctx *);
88 void gf100_grctx_generate_attrib(struct gf100_grctx *);
100 void gf108_grctx_generate_attrib(struct gf100_grctx *);
107 void gf117_grctx_generate_attrib(struct gf100_grctx *);
118 void gk104_grctx_generate_bundle(struct gf100_grctx *);
119 void gk104_grctx_generate_pagepool(struct gf100_grctx *);
120 void gk104_grctx_generate_patch_ltc(struct gf100_grctx *);
131 void gm107_grctx_generate_bundle(struct gf100_grctx *);
132 void gm107_grctx_generate_pagepool(struct gf100_grctx *);
133 void gm107_grctx_generate_attrib(struct gf100_grctx *);
146 void gp100_grctx_generate_pagepool(struct gf100_grctx *);
150 void gp102_grctx_generate_attrib(struct gf100_grctx *);
162 void gv100_grctx_generate_attrib(struct gf100_grctx *);