Merge branch 'pci/pm'
[linux-2.6-block.git] / drivers / pci / pci.c
index 70b2806fdfd9ba8c513c7f3a7cbe41b5888f201f..2ae920c70b35d594ff85c4438b881f306ffdb0dd 100644 (file)
@@ -2953,6 +2953,18 @@ static const struct dmi_system_id bridge_d3_blacklist[] = {
                        DMI_MATCH(DMI_BOARD_VERSION, "Continental Z2"),
                },
        },
+       {
+               /*
+                * Changing power state of root port dGPU is connected fails
+                * https://gitlab.freedesktop.org/drm/amd/-/issues/3229
+                */
+               .ident = "Hewlett-Packard HP Pavilion 17 Notebook PC/1972",
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
+                       DMI_MATCH(DMI_BOARD_NAME, "1972"),
+                       DMI_MATCH(DMI_BOARD_VERSION, "95.33"),
+               },
+       },
 #endif
        { }
 };