summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h
diff options
context:
space:
mode:
authorBen Skeggs2015-10-01 01:29:58 +0200
committerBen Skeggs2015-11-03 06:02:18 +0100
commit3e55b53bc7039f1a6b051aa1a5ba15eec6dce2e7 (patch)
treecab7c9b6e17c5b966b9fc565a708b5b70a285d1d /drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h
parentdrm/nouveau/ibus/gf100: increase wait timeout to avoid read faults (diff)
downloadkernel-qcow2-linux-3e55b53bc7039f1a6b051aa1a5ba15eec6dce2e7.tar.gz
kernel-qcow2-linux-3e55b53bc7039f1a6b051aa1a5ba15eec6dce2e7.tar.xz
kernel-qcow2-linux-3e55b53bc7039f1a6b051aa1a5ba15eec6dce2e7.zip
drm/nouveau/pci/g84: split implementation from nv50
An upcoming patch will implement functionality that we don't use on the original NV50. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h
index 5b3c054f3b55..b5b004bdda09 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h
@@ -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