diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-10-27 17:39:49 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-11-03 00:02:18 -0500 |
commit | a2736b07df1f17c24c8890eb7b2dac529d9725d3 (patch) | |
tree | f6a9f95b3a25d2ac0fa6202a71214d7ab38301a0 | |
parent | 78eaf335e4c8224e74e5d512f20ec48109db9dac (diff) |
drm/nouveau/pci: enable c800 magic for Lenovo Y510P
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70354#c75
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 8 |
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 e8eb14e438f4..c5fc9093ca63 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | |||
@@ -259,6 +259,12 @@ nvkm_device_pci_10de_0df4[] = { | |||
259 | }; | 259 | }; |
260 | 260 | ||
261 | static const struct nvkm_device_pci_vendor | 261 | static const struct nvkm_device_pci_vendor |
262 | nvkm_device_pci_10de_0fcd[] = { | ||
263 | { 0x17aa, 0x3801, NULL, { .War00C800_0 = true } }, /* Lenovo Y510P */ | ||
264 | {} | ||
265 | }; | ||
266 | |||
267 | static const struct nvkm_device_pci_vendor | ||
262 | nvkm_device_pci_10de_0fd2[] = { | 268 | nvkm_device_pci_10de_0fd2[] = { |
263 | { 0x1028, 0x0595, "GeForce GT 640M LE" }, | 269 | { 0x1028, 0x0595, "GeForce GT 640M LE" }, |
264 | { 0x1028, 0x05b2, "GeForce GT 640M LE" }, | 270 | { 0x1028, 0x05b2, "GeForce GT 640M LE" }, |
@@ -1349,7 +1355,7 @@ nvkm_device_pci_10de[] = { | |||
1349 | { 0x0fc6, "GeForce GTX 650" }, | 1355 | { 0x0fc6, "GeForce GTX 650" }, |
1350 | { 0x0fc8, "GeForce GT 740" }, | 1356 | { 0x0fc8, "GeForce GT 740" }, |
1351 | { 0x0fc9, "GeForce GT 730" }, | 1357 | { 0x0fc9, "GeForce GT 730" }, |
1352 | { 0x0fcd, "GeForce GT 755M" }, | 1358 | { 0x0fcd, "GeForce GT 755M", nvkm_device_pci_10de_0fcd }, |
1353 | { 0x0fce, "GeForce GT 640M LE" }, | 1359 | { 0x0fce, "GeForce GT 640M LE" }, |
1354 | { 0x0fd1, "GeForce GT 650M" }, | 1360 | { 0x0fd1, "GeForce GT 650M" }, |
1355 | { 0x0fd2, "GeForce GT 640M", nvkm_device_pci_10de_0fd2 }, | 1361 | { 0x0fd2, "GeForce GT 640M", nvkm_device_pci_10de_0fd2 }, |