Home
last modified time | relevance | path

Searched refs:nv50_gr_new_ (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dmcp79.c45 return nv50_gr_new_(&mcp79_gr, device, index, pgr); in mcp79_gr_new()
Dgt200.c46 return nv50_gr_new_(&gt200_gr, device, index, pgr); in gt200_gr_new()
Dmcp89.c47 return nv50_gr_new_(&mcp89_gr, device, index, pgr); in mcp89_gr_new()
Dgt215.c47 return nv50_gr_new_(&gt215_gr, device, index, pgr); in gt215_gr_new()
Dnv50.h13 int nv50_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *, int index,
Dg84.c195 return nv50_gr_new_(&g84_gr, device, index, pgr); in g84_gr_new()
Dnv50.c761 nv50_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv50_gr_new_() function
793 return nv50_gr_new_(&nv50_gr, device, index, pgr); in nv50_gr_new()