Home
last modified time | relevance | path

Searched refs:gf100_gr_fwif (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.h394 struct gf100_gr_fwif { struct
396 int (*load)(struct gf100_gr *, int ver, const struct gf100_gr_fwif *); argument
402 int gf100_gr_load(struct gf100_gr *, int, const struct gf100_gr_fwif *); argument
403 int gf100_gr_nofw(struct gf100_gr *, int, const struct gf100_gr_fwif *);
407 int gm200_gr_nofw(struct gf100_gr *, int, const struct gf100_gr_fwif *);
408 int gm200_gr_load(struct gf100_gr *, int, const struct gf100_gr_fwif *);
419 int gf100_gr_new_(const struct gf100_gr_fwif *, struct nvkm_device *, enum nvkm_subdev_type, int,
Dgm200.c35 gm200_gr_nofw(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gm200_gr_nofw()
219 gm200_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gm200_gr_load()
282 static const struct gf100_gr_fwif
Dgm20b.c140 gm20b_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gm20b_gr_load()
176 static const struct gf100_gr_fwif
Dgp107.c77 static const struct gf100_gr_fwif
Dgp104.c88 static const struct gf100_gr_fwif
Dgp10b.c89 static const struct gf100_gr_fwif
Dgf104.c147 static const struct gf100_gr_fwif
Dgf110.c122 static const struct gf100_gr_fwif
Dgk110b.c139 static const struct gf100_gr_fwif
Dgf108.c146 static const struct gf100_gr_fwif
Dgf119.c213 static const struct gf100_gr_fwif
Dgp108.c87 static const struct gf100_gr_fwif
Dgk208.c197 static const struct gf100_gr_fwif
Dgk20a.c334 gk20a_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gk20a_gr_load()
353 static const struct gf100_gr_fwif
Dgf117.c187 static const struct gf100_gr_fwif
Dgp102.c147 static const struct gf100_gr_fwif
Dgv100.c136 static const struct gf100_gr_fwif
Dgk110.c388 static const struct gf100_gr_fwif
Dgp100.c151 static const struct gf100_gr_fwif
Dtu102.c193 static const struct gf100_gr_fwif
Dgk104.c492 static const struct gf100_gr_fwif
Dgm107.c432 static const struct gf100_gr_fwif
Dgf100.c2090 gf100_gr_new_(const struct gf100_gr_fwif *fwif, struct nvkm_device *device, in gf100_gr_new_()
2427 gf100_gr_nofw(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gf100_gr_nofw()
2461 gf100_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gf100_gr_load()
2478 static const struct gf100_gr_fwif
2479 gf100_gr_fwif[] = { variable
2488 return gf100_gr_new_(gf100_gr_fwif, device, type, inst, pgr); in gf100_gr_new()