Searched refs:gf100_gr_fwif (Results 1 – 24 of 24) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gf100.h | 416 struct gf100_gr_fwif { struct 418 int (*load)(struct gf100_gr *, int ver, const struct gf100_gr_fwif *); argument 424 int gf100_gr_load(struct gf100_gr *, int, const struct gf100_gr_fwif *); argument 425 int gf100_gr_nofw(struct gf100_gr *, int, const struct gf100_gr_fwif *); 432 int gm200_gr_nofw(struct gf100_gr *, int, const struct gf100_gr_fwif *); 433 int gm200_gr_load(struct gf100_gr *, int, const struct gf100_gr_fwif *); 446 int gf100_gr_new_(const struct gf100_gr_fwif *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | gm200.c | 35 gm200_gr_nofw(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gm200_gr_nofw() 222 gm200_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gm200_gr_load() 285 static const struct gf100_gr_fwif
|
D | gm20b.c | 141 gm20b_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gm20b_gr_load() 177 static const struct gf100_gr_fwif
|
D | gp107.c | 80 static const struct gf100_gr_fwif
|
D | gp10b.c | 92 static const struct gf100_gr_fwif
|
D | gp104.c | 91 static const struct gf100_gr_fwif
|
D | gf104.c | 150 static const struct gf100_gr_fwif
|
D | gf110.c | 125 static const struct gf100_gr_fwif
|
D | gk110b.c | 142 static const struct gf100_gr_fwif
|
D | gf108.c | 149 static const struct gf100_gr_fwif
|
D | gf119.c | 216 static const struct gf100_gr_fwif
|
D | gp108.c | 87 static const struct gf100_gr_fwif
|
D | gk20a.c | 317 gk20a_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gk20a_gr_load() 336 static const struct gf100_gr_fwif
|
D | gk208.c | 200 static const struct gf100_gr_fwif
|
D | ga102.c | 271 ga102_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in ga102_gr_load() 343 static const struct gf100_gr_fwif
|
D | gf117.c | 192 static const struct gf100_gr_fwif
|
D | gk110.c | 391 static const struct gf100_gr_fwif
|
D | gp100.c | 154 static const struct gf100_gr_fwif
|
D | gp102.c | 150 static const struct gf100_gr_fwif
|
D | gk104.c | 495 static const struct gf100_gr_fwif
|
D | tu102.c | 209 static const struct gf100_gr_fwif
|
D | gm107.c | 435 static const struct gf100_gr_fwif
|
D | gf100.c | 2561 gf100_gr_nofw(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gf100_gr_nofw() 2595 gf100_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif) in gf100_gr_load() 2612 static const struct gf100_gr_fwif 2613 gf100_gr_fwif[] = { variable 2620 gf100_gr_new_(const struct gf100_gr_fwif *fwif, struct nvkm_device *device, in gf100_gr_new_() 2658 return gf100_gr_new_(gf100_gr_fwif, device, type, inst, pgr); in gf100_gr_new()
|
D | gv100.c | 331 static const struct gf100_gr_fwif
|