mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 11:32:28 -04:00
drm/nouveau/dma: switch to instanced constructor
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
@@ -23,9 +23,9 @@ struct nvkm_dma {
|
||||
|
||||
struct nvkm_dmaobj *nvkm_dmaobj_search(struct nvkm_client *, u64 object);
|
||||
|
||||
int nv04_dma_new(struct nvkm_device *, int, struct nvkm_dma **);
|
||||
int nv50_dma_new(struct nvkm_device *, int, struct nvkm_dma **);
|
||||
int gf100_dma_new(struct nvkm_device *, int, struct nvkm_dma **);
|
||||
int gf119_dma_new(struct nvkm_device *, int, struct nvkm_dma **);
|
||||
int gv100_dma_new(struct nvkm_device *, int, struct nvkm_dma **);
|
||||
int nv04_dma_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_dma **);
|
||||
int nv50_dma_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_dma **);
|
||||
int gf100_dma_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_dma **);
|
||||
int gf119_dma_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_dma **);
|
||||
int gv100_dma_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_dma **);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user