Skip to content

Commit eeaed48

Browse files
tuxedo-ggokeithbusch
authored andcommitted
nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
On the TUXEDO InfinityBook S Gen8, a Samsung 990 Evo NVMe leads to a high power consumption in s2idle sleep (3.5 watts). This patch applies 'Force No Simple Suspend' quirk to achieve a sleep with a lower power consumption, typically around 1 watts. Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Cc: stable@vger.kernel.org Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent c5931d5 commit eeaed48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3343,10 +3343,12 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
33433343
* Exclude Samsung 990 Evo from NVME_QUIRK_SIMPLE_SUSPEND
33443344
* because of high power consumption (> 2 Watt) in s2idle
33453345
* sleep. Only some boards with Intel CPU are affected.
3346+
* (Note for testing: Samsung 990 Evo Plus has same PCI ID)
33463347
*/
33473348
if (dmi_match(DMI_BOARD_NAME, "DN50Z-140HC-YD") ||
33483349
dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
33493350
dmi_match(DMI_BOARD_NAME, "GXxMRXx") ||
3351+
dmi_match(DMI_BOARD_NAME, "NS5X_NS7XAU") ||
33503352
dmi_match(DMI_BOARD_NAME, "PH4PG31") ||
33513353
dmi_match(DMI_BOARD_NAME, "PH4PRX1_PH6PRX1") ||
33523354
dmi_match(DMI_BOARD_NAME, "PH6PG01_PH6PG71"))

0 commit comments

Comments
 (0)