Home
last modified time | relevance | path

Searched refs:r535_fifo_new (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dga102.c47 return r535_fifo_new(&ga102_fifo, device, type, inst, pfifo); in ga102_fifo_new()
H A Dpriv.h63 int r535_fifo_new(const struct nvkm_fifo_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
H A Dtu102.c287 return r535_fifo_new(&tu102_fifo, device, type, inst, pfifo); in tu102_fifo_new()
H A Dga100.c616 return r535_fifo_new(&ga100_fifo, device, type, inst, pfifo); in ga100_fifo_new()
H A Dr535.c646 r535_fifo_new(const struct nvkm_fifo_func *hw, struct nvkm_device *device, in r535_fifo_new() function