]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
authorGeorg Gottleuber <ggo@tuxedocomputers.com>
Mon, 16 Dec 2024 22:28:04 +0000 (23:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:50:29 +0000 (12:50 +0100)
commit 11cb3529d18514f7d28ad2190533192aedefd761 upstream.

On the TUXEDO InfinityBook Pro Gen9 Intel, a Samsung 990 Evo NVMe leads to
a high power consumption in s2idle sleep (4 watts).

This patch applies 'Force No Simple Suspend' quirk to achieve a sleep with
a lower power consumption, typically around 1.2 watts.

Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
Cc: stable@vger.kernel.org
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvme/host/pci.c

index 42e6a32c7043a33f557555b6ab3e5ace44923543..2eb692876f695974b9a504db4e3f4d6bf5b70597 100644 (file)
@@ -2977,6 +2977,7 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
                 */
                if (dmi_match(DMI_BOARD_NAME, "DN50Z-140HC-YD") ||
                    dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
+                   dmi_match(DMI_BOARD_NAME, "GXxMRXx") ||
                    dmi_match(DMI_BOARD_NAME, "PH4PG31") ||
                    dmi_match(DMI_BOARD_NAME, "PH4PRX1_PH6PRX1") ||
                    dmi_match(DMI_BOARD_NAME, "PH6PG01_PH6PG71"))