aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
index e3c783d0e2ab..d506e028f043 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
@@ -689,6 +689,12 @@ nvkm_device_pci_10de_1199[] = {
689}; 689};
690 690
691static const struct nvkm_device_pci_vendor 691static const struct nvkm_device_pci_vendor
692nvkm_device_pci_10de_11e0[] = {
693 { 0x1558, 0x5106, NULL, { .War00C800_0 = true } },
694 {}
695};
696
697static const struct nvkm_device_pci_vendor
692nvkm_device_pci_10de_11e3[] = { 698nvkm_device_pci_10de_11e3[] = {
693 { 0x17aa, 0x3683, "GeForce GTX 760A" }, 699 { 0x17aa, 0x3683, "GeForce GTX 760A" },
694 {} 700 {}
@@ -1485,7 +1491,7 @@ nvkm_device_pci_10de[] = {
1485 { 0x11c6, "GeForce GTX 650 Ti" }, 1491 { 0x11c6, "GeForce GTX 650 Ti" },
1486 { 0x11c8, "GeForce GTX 650" }, 1492 { 0x11c8, "GeForce GTX 650" },
1487 { 0x11cb, "GeForce GT 740" }, 1493 { 0x11cb, "GeForce GT 740" },
1488 { 0x11e0, "GeForce GTX 770M" }, 1494 { 0x11e0, "GeForce GTX 770M", nvkm_device_pci_10de_11e0 },
1489 { 0x11e1, "GeForce GTX 765M" }, 1495 { 0x11e1, "GeForce GTX 765M" },
1490 { 0x11e2, "GeForce GTX 765M" }, 1496 { 0x11e2, "GeForce GTX 765M" },
1491 { 0x11e3, "GeForce GTX 760M", nvkm_device_pci_10de_11e3 }, 1497 { 0x11e3, "GeForce GTX 760M", nvkm_device_pci_10de_11e3 },