Lines Matching refs:gf100_gr
26 #define gf100_gr(p) container_of((p), struct gf100_gr, base) macro
73 struct gf100_gr { struct
115 int, struct gf100_gr *); argument
121 void (*dtor)(struct gf100_gr *);
122 int (*init)(struct gf100_gr *);
123 void (*init_gpc_mmu)(struct gf100_gr *);
124 void (*set_hww_esr_report_mask)(struct gf100_gr *);
137 int gf100_gr_init(struct gf100_gr *);
139 int gk104_gr_init(struct gf100_gr *);
143 void gk20a_gr_dtor(struct gf100_gr *);
144 int gk20a_gr_init(struct gf100_gr *);
146 int gm204_gr_init(struct gf100_gr *);
152 struct gf100_gr *gr;
164 void gf100_gr_ctxctl_debug(struct gf100_gr *);
167 int gf100_gr_ctor_fw(struct gf100_gr *, const char *,
170 void gf100_gr_zbc_init(struct gf100_gr *);
201 int gf100_gr_wait_idle(struct gf100_gr *);
202 void gf100_gr_mmio(struct gf100_gr *, const struct gf100_gr_pack *);
203 void gf100_gr_icmd(struct gf100_gr *, const struct gf100_gr_pack *);
204 void gf100_gr_mthd(struct gf100_gr *, const struct gf100_gr_pack *);
205 int gf100_gr_init_ctxctl(struct gf100_gr *);
281 void gm107_gr_init_bios(struct gf100_gr *);