Searched refs:nv20_gr_new_ (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv20.h | 11 int nv20_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *,
|
H A D | nv25.c | 133 return nv20_gr_new_(&nv25_gr, device, index, pgr); nv25_gr_new()
|
H A D | nv2a.c | 124 return nv20_gr_new_(&nv2a_gr, device, index, pgr); nv2a_gr_new()
|
H A D | nv34.c | 134 return nv20_gr_new_(&nv34_gr, device, index, pgr); nv34_gr_new()
|
H A D | nv35.c | 134 return nv20_gr_new_(&nv35_gr, device, index, pgr); nv35_gr_new()
|
H A D | nv30.c | 197 return nv20_gr_new_(&nv30_gr, device, index, pgr); nv30_gr_new()
|
H A D | nv20.c | 331 nv20_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, nv20_gr_new_() function 374 return nv20_gr_new_(&nv20_gr, device, index, pgr); nv20_gr_new()
|
Completed in 333 milliseconds