Skip to content

Commit c294a05

Browse files
author
Ben Skeggs
committed
drm/nouveau/pci: enable c800 magic for some unknown Samsung laptop
fdo#70354 - comment #88. Signed-off-by: Ben Skeggs <[email protected]>
1 parent 269249e commit c294a05

File tree

1 file changed

+7
-1
lines changed
  • drivers/gpu/drm/nouveau/nvkm/engine/device

1 file changed

+7
-1
lines changed

drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ nvkm_device_pci_10de_0fe3[] = {
278278
{}
279279
};
280280

281+
static const struct nvkm_device_pci_vendor
282+
nvkm_device_pci_10de_0fe4[] = {
283+
{ 0x144d, 0xc740, NULL, { .War00C800_0 = true } },
284+
{}
285+
};
286+
281287
static const struct nvkm_device_pci_vendor
282288
nvkm_device_pci_10de_104b[] = {
283289
{ 0x1043, 0x844c, "GeForce GT 625" },
@@ -1376,7 +1382,7 @@ nvkm_device_pci_10de[] = {
13761382
{ 0x0fe1, "GeForce GT 730M" },
13771383
{ 0x0fe2, "GeForce GT 745M" },
13781384
{ 0x0fe3, "GeForce GT 745M", nvkm_device_pci_10de_0fe3 },
1379-
{ 0x0fe4, "GeForce GT 750M" },
1385+
{ 0x0fe4, "GeForce GT 750M", nvkm_device_pci_10de_0fe4 },
13801386
{ 0x0fe9, "GeForce GT 750M" },
13811387
{ 0x0fea, "GeForce GT 755M" },
13821388
{ 0x0fec, "GeForce 710A" },

0 commit comments

Comments
 (0)