]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h
drm/nouveau/pci/g84: split implementation from nv50
[mirror_ubuntu-eoan-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / pci.h
index 5b3c054f3b551f4684f25456f6cb72cc7753c43c..b5b004bdda0972b56bf5c539179c092a13396f1a 100644 (file)
@@ -30,5 +30,6 @@ int nv04_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
 int nv40_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
 int nv4c_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
 int nv50_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
+int g84_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
 int gf100_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
 #endif