[SRU v3][N][PATCH 11/11] nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Werner Sembach
wse at tuxedocomputers.com
Mon Feb 17 13:10:58 UTC 2025
From: Georg Gottleuber <ggo at tuxedocomputers.com>
Buglink: https://bugs.launchpad.net/bugs/2098104
Impact: Better suspend
Fix: Quirk to make the TUXEDO IBP Gen9 sleep better.
Testcase: Field tested on several TUXEDO devices.
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 at tuxedocomputers.com>
Cc: stable at vger.kernel.org
(cherry picked from commit 11cb3529d18514f7d28ad2190533192aedefd761)
Signed-off-by: Werner Sembach <wse at tuxedocomputers.com>
Reviewed-by: Christoph Hellwig <hch at lst.de>
Signed-off-by: Keith Busch <kbusch at kernel.org>
---
drivers/nvme/host/pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 6f11d3d436455..0e8351f657653 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2938,6 +2938,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"))
--
2.43.0
More information about the kernel-team
mailing list