Searched refs:nv04_fifo_new_ (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.h | 20 int nv04_fifo_new_(const struct nvkm_fifo_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | nv10.c | 60 return nv04_fifo_new_(&nv10_fifo, device, type, inst, 32, nv10_fifo_ramfc, pfifo); in nv10_fifo_new()
|
D | nv17.c | 98 return nv04_fifo_new_(&nv17_fifo, device, type, inst, 32, nv17_fifo_ramfc, pfifo); in nv17_fifo_new()
|
D | nv40.c | 129 return nv04_fifo_new_(&nv40_fifo, device, type, inst, 32, nv40_fifo_ramfc, pfifo); in nv40_fifo_new()
|
D | nv04.c | 360 nv04_fifo_new_(const struct nvkm_fifo_func *func, struct nvkm_device *device, in nv04_fifo_new_() function 398 return nv04_fifo_new_(&nv04_fifo, device, type, inst, 16, nv04_fifo_ramfc, pfifo); in nv04_fifo_new()
|