summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild
diff options
context:
space:
mode:
authorKarol Herbst <karolherbst@gmail.com>2017-02-11 14:58:17 +0300
committerBen Skeggs <bskeggs@redhat.com>2017-02-17 10:38:18 +0300
commit5112abc6a43372b2c1934717ed9bf132a427c46c (patch)
treed0f6eac8ffa47c5069b776e08a8e24349142dc69 /drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild
parent800efb4c2857ec543fdc33585bbcb1fd5ef28337 (diff)
downloadlinux-5112abc6a43372b2c1934717ed9bf132a427c46c.tar.xz
drm/nouveau/pci/g92: Fix rearm
704a6c008b7942bb7f30bb43d2a6bcad7f543662 broke pci msi rearm for g92 GPUs. g92 needs the nv46_pci_msi_rearm, where g94+ gpus used nv40_pci_msi_rearm. Reported-by: Andrew Randrianasulu <randrianasulu@gmail.com> Signed-off-by: Karol Herbst <karolherbst@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild
index cdb7ce227aed..87bf41cef0c6 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild
@@ -7,6 +7,7 @@ nvkm-y += nvkm/subdev/pci/nv46.o
nvkm-y += nvkm/subdev/pci/nv4c.o
nvkm-y += nvkm/subdev/pci/g84.o
nvkm-y += nvkm/subdev/pci/g92.o
+nvkm-y += nvkm/subdev/pci/g94.o
nvkm-y += nvkm/subdev/pci/gf100.o
nvkm-y += nvkm/subdev/pci/gf106.o
nvkm-y += nvkm/subdev/pci/gk104.o