Searched refs:nv50_fifo_new_ (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv50.c | 109 nv50_fifo_new_(const struct nvkm_fifo_func *func, struct nvkm_device *device, in nv50_fifo_new_() function 148 return nv50_fifo_new_(&nv50_fifo, device, type, inst, pfifo); in nv50_fifo_new()
|
D | nv50.h | 13 int nv50_fifo_new_(const struct nvkm_fifo_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | g84.c | 131 return nv50_fifo_new_(&g84_fifo, device, type, inst, pfifo); in g84_fifo_new()
|