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
15 lines
462 B
Makefile
15 lines
462 B
Makefile
nvkm-y += nvkm/subdev/pci/agp.o
|
|
nvkm-y += nvkm/subdev/pci/base.o
|
|
nvkm-y += nvkm/subdev/pci/pcie.o
|
|
nvkm-y += nvkm/subdev/pci/nv04.o
|
|
nvkm-y += nvkm/subdev/pci/nv40.o
|
|
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
|
|
nvkm-y += nvkm/subdev/pci/gp100.o
|