Home
last modified time | relevance | path

Searched refs:nv50_fifo_new_ (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv50.c109 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()
Dnv50.h13 int nv50_fifo_new_(const struct nvkm_fifo_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
Dg84.c131 return nv50_fifo_new_(&g84_fifo, device, type, inst, pfifo); in g84_fifo_new()