/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gt215.c | 47 gt215_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt215_gr_new() argument 49 return nv50_gr_new_(>215_gr, device, index, pgr); in gt215_gr_new()
|
H A D | gt200.c | 46 gt200_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt200_gr_new() argument 48 return nv50_gr_new_(>200_gr, device, index, pgr); in gt200_gr_new()
|
H A D | mcp89.c | 47 mcp89_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in mcp89_gr_new() argument 49 return nv50_gr_new_(&mcp89_gr, device, index, pgr); in mcp89_gr_new()
|
H A D | mcp79.c | 45 mcp79_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in mcp79_gr_new() argument 47 return nv50_gr_new_(&mcp79_gr, device, index, pgr); in mcp79_gr_new()
|
H A D | nv15.c | 56 nv15_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv15_gr_new() argument 58 return nv10_gr_new_(&nv15_gr, device, index, pgr); in nv15_gr_new()
|
H A D | nv17.c | 56 nv17_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv17_gr_new() argument 58 return nv10_gr_new_(&nv17_gr, device, index, pgr); in nv17_gr_new()
|
H A D | gp10b.c | 97 gp10b_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gp10b_gr_new() argument 99 return gf100_gr_new_(gp10b_gr_fwif, device, index, pgr); in gp10b_gr_new()
|
H A D | gp104.c | 96 gp104_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gp104_gr_new() argument 98 return gf100_gr_new_(gp104_gr_fwif, device, index, pgr); in gp104_gr_new()
|
H A D | gp107.c | 85 gp107_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gp107_gr_new() argument 87 return gf100_gr_new_(gp107_gr_fwif, device, index, pgr); in gp107_gr_new()
|
H A D | gp108.c | 95 gp108_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gp108_gr_new() argument 97 return gf100_gr_new_(gp108_gr_fwif, device, index, pgr); in gp108_gr_new()
|
H A D | gf110.c | 130 gf110_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf110_gr_new() argument 132 return gf100_gr_new_(gf110_gr_fwif, device, index, pgr); in gf110_gr_new()
|
H A D | gk110b.c | 147 gk110b_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk110b_gr_new() argument 149 return gf100_gr_new_(gk110b_gr_fwif, device, index, pgr); in gk110b_gr_new()
|
H A D | nv44.c | 105 nv44_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv44_gr_new() argument 107 return nv40_gr_new_(&nv44_gr, device, index, pgr); in nv44_gr_new()
|
H A D | gp102.c | 155 gp102_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gp102_gr_new() argument 157 return gf100_gr_new_(gp102_gr_fwif, device, index, pgr); in gp102_gr_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | mcp79.c | 45 mcp79_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp79_gr_new() argument 47 return nv50_gr_new_(&mcp79_gr, device, type, inst, pgr); in mcp79_gr_new()
|
H A D | gt200.c | 46 gt200_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt200_gr_new() argument 48 return nv50_gr_new_(>200_gr, device, type, inst, pgr); in gt200_gr_new()
|
H A D | nv15.c | 56 nv15_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv15_gr_new() argument 58 return nv10_gr_new_(&nv15_gr, device, type, inst, pgr); in nv15_gr_new()
|
H A D | nv17.c | 56 nv17_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv17_gr_new() argument 58 return nv10_gr_new_(&nv17_gr, device, type, inst, pgr); in nv17_gr_new()
|
H A D | mcp89.c | 47 mcp89_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp89_gr_new() argument 49 return nv50_gr_new_(&mcp89_gr, device, type, inst, pgr); in mcp89_gr_new()
|
H A D | gt215.c | 47 gt215_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt215_gr_new() argument 49 return nv50_gr_new_(>215_gr, device, type, inst, pgr); in gt215_gr_new()
|
H A D | gp10b.c | 100 gp10b_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp10b_gr_new() argument 102 return gf100_gr_new_(gp10b_gr_fwif, device, type, inst, pgr); in gp10b_gr_new()
|
H A D | gp104.c | 99 gp104_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp104_gr_new() argument 101 return gf100_gr_new_(gp104_gr_fwif, device, type, inst, pgr); in gp104_gr_new()
|
H A D | gp107.c | 88 gp107_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp107_gr_new() argument 90 return gf100_gr_new_(gp107_gr_fwif, device, type, inst, pgr); in gp107_gr_new()
|
H A D | gf110.c | 133 gf110_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gf110_gr_new() argument 135 return gf100_gr_new_(gf110_gr_fwif, device, type, inst, pgr); in gf110_gr_new()
|
H A D | gp108.c | 95 gp108_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp108_gr_new() argument 97 return gf100_gr_new_(gp108_gr_fwif, device, type, inst, pgr); in gp108_gr_new()
|