Searched refs:nvkm_sw_new_ (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
A D | priv.h | 8 int nvkm_sw_new_(const struct nvkm_sw_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
A D | nv10.c | 67 return nvkm_sw_new_(&nv10_sw, device, type, inst, psw); in nv10_sw_new()
|
A D | nv04.c | 138 return nvkm_sw_new_(&nv04_sw, device, type, inst, psw); in nv04_sw_new()
|
A D | base.c | 99 nvkm_sw_new_(const struct nvkm_sw_func *func, struct nvkm_device *device, in nvkm_sw_new_() function
|
A D | gf100.c | 154 return nvkm_sw_new_(&gf100_sw, device, type, inst, psw); in gf100_sw_new()
|
A D | nv50.c | 147 return nvkm_sw_new_(&nv50_sw, device, type, inst, psw); in nv50_sw_new()
|
Completed in 7 milliseconds