Searched refs:nv50_gr_new_ (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | mcp79.c | 47 return nv50_gr_new_(&mcp79_gr, device, type, inst, pgr); in mcp79_gr_new()
|
H A D | gt200.c | 48 return nv50_gr_new_(>200_gr, device, type, inst, pgr); in gt200_gr_new()
|
H A D | mcp89.c | 49 return nv50_gr_new_(&mcp89_gr, device, type, inst, pgr); in mcp89_gr_new()
|
H A D | gt215.c | 49 return nv50_gr_new_(>215_gr, device, type, inst, pgr); in gt215_gr_new()
|
H A D | nv50.h | 14 int nv50_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
H A D | g84.c | 197 return nv50_gr_new_(&g84_gr, device, type, inst, pgr); in g84_gr_new()
|
H A D | nv50.c | 763 nv50_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv50_gr_new_() function 795 return nv50_gr_new_(&nv50_gr, device, type, inst, pgr); in nv50_gr_new()
|