[Nouveau] [PATCH 1/3] drm/nouveau/pci: PCI IDs for pascal architecture

Danilo Krummrich danilokrummrich at dk-develop.de
Mon Feb 5 01:22:54 UTC 2018


Taken from NVIDIA binary driver (Linux 64-bit, revision 390.25)
from README.txt.

Signed-off-by: Danilo Krummrich <danilokrummrich at dk-develop.de>
---
 drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 41 ++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
index f302d2b5782a..d2f9664afcf4 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
@@ -1551,6 +1551,47 @@ nvkm_device_pci_10de[] = {
 	{ 0x17c2, "GeForce GTX TITAN X" },
 	{ 0x17c8, "GeForce GTX 980 Ti" },
 	{ 0x17f0, "Quadro M6000" },
+	{ 0x1b00, "TITAN X (Pascal)" },
+	{ 0x1b02, "TITAN Xp" },
+	{ 0x1b06, "GeForce GTX 1080 TI" },
+	{ 0x1bb7, "Quadro P6000" },
+	{ 0x1b80, "GeForce GTX 1080" },
+	{ 0x1b81, "GeForce GTX 1070" },
+	{ 0x1b82, "GeForce GTX 1070 TI" },
+	{ 0x1b84, "GeForce GTX 1060 3GB" },
+	{ 0x1b87, "P104-100" },
+	{ 0x1ba0, "GeForce GTX 1080M" },
+	{ 0x1ba1, "GeForce GTX 1070M" },
+	{ 0x1bb0, "Quadro P5000" },
+	{ 0x1bb1, "Quadro P4000" },
+	{ 0x1bb6, "Quadro P5000" },
+	{ 0x1bb7, "Quadro P4000" },
+	{ 0x1bb8, "Quadro P3000" },
+	{ 0x1be0, "GeForce GTX 1080M" },
+	{ 0x1be1, "GeForce GTX 1070M" },
+	{ 0x1bc7, "P104-101" },
+	{ 0x1c02, "GeForce GTX 1060 3GB" },
+	{ 0x1c03, "GeForce GTX 1060 6GB" },
+	{ 0x1c04, "GeForce GTX 1050 5GB" },
+	{ 0x1c06, "GeForce GTX 1050 6GB" },
+	{ 0x1c07, "P106-100" },
+	{ 0x1c09, "P106-090" },
+	{ 0x1c20, "GeForce GTX 1060M" },
+	{ 0x1c21, "GeForce GTX 1050M TI" },
+	{ 0x1c22, "GeForce GTX 1050M" },
+	{ 0x1c30, "Quadro P2000" },
+	{ 0x1c60, "GeForce GTX 1060M 6GB" },
+	{ 0x1c61, "GeForce GTX 1050M TI" },
+	{ 0x1c81, "GeForce GTX 1050" },
+	{ 0x1c82, "GeForce GTX 1050 TI" },
+	{ 0x1c8c, "GeForce GTX 1050M TI" },
+	{ 0x1c8d, "GeForce GTX 1050M" },
+	{ 0x1cb1, "Quadro P2000" },
+	{ 0x1cb2, "Quadro P600" },
+	{ 0x1cb3, "Quadro P400" },
+	{ 0x1d01, "GeForce GT 1030" },
+	{ 0x1d10, "GeForce MX 150" },
+	{ 0x1d12, "GeForce MX 150" },
 	{}
 };
 
-- 
2.14.1



More information about the Nouveau mailing list