Home
last modified time | relevance | path

Searched refs:gk104_fifo_new_ (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgk20a.c44 return gk104_fifo_new_(&gk20a_fifo, device, type, inst, 128, pfifo); in gk20a_fifo_new()
Dgm20b.c44 return gk104_fifo_new_(&gm20b_fifo, device, type, inst, 512, pfifo); in gm20b_fifo_new()
Dgp10b.c45 return gk104_fifo_new_(&gp10b_fifo, device, type, inst, 512, pfifo); in gp10b_fifo_new()
Dgm200.c60 return gk104_fifo_new_(&gm200_fifo, device, type, inst, 4096, pfifo); in gm200_fifo_new()
Dgk110.c66 return gk104_fifo_new_(&gk110_fifo, device, type, inst, 4096, pfifo); in gk110_fifo_new()
Dgk208.c63 return gk104_fifo_new_(&gk208_fifo, device, type, inst, 1024, pfifo); in gk208_fifo_new()
Dgp100.c97 return gk104_fifo_new_(&gp100_fifo, device, type, inst, 4096, pfifo); in gp100_fifo_new()
Dgv100.c307 return gk104_fifo_new_(&gv100_fifo, device, type, inst, 4096, pfifo); in gv100_fifo_new()
Dgm107.c112 return gk104_fifo_new_(&gm107_fifo, device, type, inst, 2048, pfifo); in gm107_fifo_new()
Dgk104.h103 int gk104_fifo_new_(const struct gk104_fifo_func *, struct nvkm_device *, enum nvkm_subdev_type,
Dgk104.c1095 gk104_fifo_new_(const struct gk104_fifo_func *func, struct nvkm_device *device, in gk104_fifo_new_() function
1248 return gk104_fifo_new_(&gk104_fifo, device, type, inst, 4096, pfifo); in gk104_fifo_new()