All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pci: enable c800 workaround for Clevo W355STQ
@ 2015-12-03 23:16 Ilia Mirkin
  0 siblings, 0 replies; only message in thread
From: Ilia Mirkin @ 2015-12-03 23:16 UTC (permalink / raw)
  To: Ben Skeggs; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70354#c90
Signed-off-by: Ilia Mirkin <imirkin@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

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-03 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-03 23:16 [PATCH] pci: enable c800 workaround for Clevo W355STQ Ilia Mirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.