/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv50.c | 110 int index, struct nvkm_fifo **pfifo) in nv50_fifo_new_() argument 117 *pfifo = &fifo->base; in nv50_fifo_new_() 144 nv50_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv50_fifo_new() argument 146 return nv50_fifo_new_(&nv50_fifo, device, index, pfifo); in nv50_fifo_new()
|
D | gk208.c | 40 gk208_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gk208_fifo_new() argument 42 return gk104_fifo_new_(&gk208_fifo, device, index, 1024, pfifo); in gk208_fifo_new()
|
D | gm200.c | 40 gm200_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gm200_fifo_new() argument 42 return gk104_fifo_new_(&gm200_fifo, device, index, 4096, pfifo); in gm200_fifo_new()
|
D | gk20a.c | 38 gk20a_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gk20a_fifo_new() argument 40 return gk104_fifo_new_(&gk20a_fifo, device, index, 128, pfifo); in gk20a_fifo_new()
|
D | gk110.c | 40 gk110_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gk110_fifo_new() argument 42 return gk104_fifo_new_(&gk110_fifo, device, index, 4096, pfifo); in gk110_fifo_new()
|
D | gm20b.c | 38 gm20b_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gm20b_fifo_new() argument 40 return gk104_fifo_new_(&gm20b_fifo, device, index, 512, pfifo); in gm20b_fifo_new()
|
D | gp100.c | 64 gp100_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gp100_fifo_new() argument 66 return gk104_fifo_new_(&gp100_fifo, device, index, 4096, pfifo); in gp100_fifo_new()
|
D | gm107.c | 63 gm107_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gm107_fifo_new() argument 65 return gk104_fifo_new_(&gm107_fifo, device, index, 2048, pfifo); in gm107_fifo_new()
|
D | nv10.c | 55 nv10_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv10_fifo_new() argument 58 nv10_fifo_ramfc, pfifo); in nv10_fifo_new()
|
D | g84.c | 59 g84_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in g84_fifo_new() argument 61 return nv50_fifo_new_(&g84_fifo, device, index, pfifo); in g84_fifo_new()
|
D | nv17.c | 93 nv17_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv17_fifo_new() argument 96 nv17_fifo_ramfc, pfifo); in nv17_fifo_new()
|
D | nv40.c | 123 nv40_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv40_fifo_new() argument 126 nv40_fifo_ramfc, pfifo); in nv40_fifo_new()
|
D | nv04.c | 328 struct nvkm_fifo **pfifo) in nv04_fifo_new_() argument 336 *pfifo = &fifo->base; in nv04_fifo_new_() 359 nv04_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv04_fifo_new() argument 362 nv04_fifo_ramfc, pfifo); in nv04_fifo_new()
|
D | gk104.c | 724 int index, int nr, struct nvkm_fifo **pfifo) in gk104_fifo_new_() argument 732 *pfifo = &fifo->base; in gk104_fifo_new_() 865 gk104_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gk104_fifo_new() argument 867 return gk104_fifo_new_(&gk104_fifo, device, index, 4096, pfifo); in gk104_fifo_new()
|
D | gf100.c | 656 gf100_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gf100_fifo_new() argument 664 *pfifo = &fifo->base; in gf100_fifo_new()
|