Searched refs:gm200_gr_new_ (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gm200.c | 128 gm200_gr_new_(const struct gf100_gr_func *func, struct nvkm_device *device, in gm200_gr_new_() function 203 return gm200_gr_new_(&gm200_gr, device, index, pgr); in gm200_gr_new()
|
D | gp10b.c | 65 return gm200_gr_new_(&gp10b_gr, device, index, pgr); in gp10b_gr_new()
|
D | gp104.c | 65 return gm200_gr_new_(&gp104_gr, device, index, pgr); in gp104_gr_new()
|
D | gp107.c | 67 return gm200_gr_new_(&gp107_gr, device, index, pgr); in gp107_gr_new()
|
D | gm20b.c | 91 return gm200_gr_new_(&gm20b_gr, device, index, pgr); in gm20b_gr_new()
|
D | gp100.c | 141 return gm200_gr_new_(&gp100_gr, device, index, pgr); in gp100_gr_new()
|
D | gp102.c | 137 return gm200_gr_new_(&gp102_gr, device, index, pgr); in gp102_gr_new()
|
D | gv100.c | 126 return gm200_gr_new_(&gv100_gr, device, index, pgr); in gv100_gr_new()
|
D | gf100.h | 309 int gm200_gr_new_(const struct gf100_gr_func *, struct nvkm_device *, int,
|