Skip to content

Commit 12ff1ef

Browse files
committed
Merge branch 'pci/pm'
- Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports because we can't get them back out of D3cold (Mario Limonciello) * pci/pm: PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports
2 parents cf29111 + 256df20 commit 12ff1ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/pci/pci.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2953,6 +2953,18 @@ static const struct dmi_system_id bridge_d3_blacklist[] = {
29532953
DMI_MATCH(DMI_BOARD_VERSION, "Continental Z2"),
29542954
},
29552955
},
2956+
{
2957+
/*
2958+
* Changing power state of root port dGPU is connected fails
2959+
* https://gitlab.freedesktop.org/drm/amd/-/issues/3229
2960+
*/
2961+
.ident = "Hewlett-Packard HP Pavilion 17 Notebook PC/1972",
2962+
.matches = {
2963+
DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
2964+
DMI_MATCH(DMI_BOARD_NAME, "1972"),
2965+
DMI_MATCH(DMI_BOARD_VERSION, "95.33"),
2966+
},
2967+
},
29562968
#endif
29572969
{ }
29582970
};

0 commit comments

Comments
 (0)