[Nouveau] [PATCH] pci: enable c800 workaround for Clevo W355STQ

Ilia Mirkin imirkin at alum.mit.edu
Thu Dec 3 15:16:51 PST 2015


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70354#c90
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
 drm/nouveau/nvkm/engine/device/pci.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c
index caf22b5..4475bc2 100644
--- a/drm/nouveau/nvkm/engine/device/pci.c
+++ b/drm/nouveau/nvkm/engine/device/pci.c
@@ -701,6 +701,12 @@ nvkm_device_pci_10de_11e0[] = {
 };
 
 static const struct nvkm_device_pci_vendor
+nvkm_device_pci_10de_11e2[] = {
+	{ 0x1558, 0x3537, NULL, { .War00C800_0 = true } }, /* Clevo W355STQ */
+	{}
+};
+
+static const struct nvkm_device_pci_vendor
 nvkm_device_pci_10de_11e3[] = {
 	{ 0x17aa, 0x3683, "GeForce GTX 760A" },
 	{}
@@ -1499,7 +1505,7 @@ nvkm_device_pci_10de[] = {
 	{ 0x11cb, "GeForce GT 740" },
 	{ 0x11e0, "GeForce GTX 770M", nvkm_device_pci_10de_11e0 },
 	{ 0x11e1, "GeForce GTX 765M" },
-	{ 0x11e2, "GeForce GTX 765M" },
+	{ 0x11e2, "GeForce GTX 765M", nvkm_device_pci_10de_11e2 },
 	{ 0x11e3, "GeForce GTX 760M", nvkm_device_pci_10de_11e3 },
 	{ 0x11fa, "Quadro K4000" },
 	{ 0x11fc, "Quadro K2100M", nvkm_device_pci_10de_11fc },
-- 
2.4.10



More information about the Nouveau mailing list