We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269249e commit c294a05Copy full SHA for c294a05
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
@@ -278,6 +278,12 @@ nvkm_device_pci_10de_0fe3[] = {
278
{}
279
};
280
281
+static const struct nvkm_device_pci_vendor
282
+nvkm_device_pci_10de_0fe4[] = {
283
+ { 0x144d, 0xc740, NULL, { .War00C800_0 = true } },
284
+ {}
285
+};
286
+
287
static const struct nvkm_device_pci_vendor
288
nvkm_device_pci_10de_104b[] = {
289
{ 0x1043, 0x844c, "GeForce GT 625" },
@@ -1376,7 +1382,7 @@ nvkm_device_pci_10de[] = {
1376
1382
{ 0x0fe1, "GeForce GT 730M" },
1377
1383
{ 0x0fe2, "GeForce GT 745M" },
1378
1384
{ 0x0fe3, "GeForce GT 745M", nvkm_device_pci_10de_0fe3 },
1379
- { 0x0fe4, "GeForce GT 750M" },
1385
+ { 0x0fe4, "GeForce GT 750M", nvkm_device_pci_10de_0fe4 },
1380
1386
{ 0x0fe9, "GeForce GT 750M" },
1381
1387
{ 0x0fea, "GeForce GT 755M" },
1388
{ 0x0fec, "GeForce 710A" },
0 commit comments