Skip to content

Commit 1acb56f

Browse files
tuxedo-ggozyf1116
authored andcommitted
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
stable inclusion from stable-6.6.78 commit 9db27ba3a127d3d082673d3d0bbc37e54b758d47 category: bugfix issue: #IC2PN8 CVE: NA Signed-off-by: zyf1116 <[email protected]> --------------------------------------- commit dbf2bb1a1319b7c7d8828905378a6696cca6b0f2 upstream. On the TUXEDO InfinityFlex, 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.4 watts. Signed-off-by: Georg Gottleuber <[email protected]> Cc: [email protected] Signed-off-by: Werner Sembach <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Keith Busch <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: zyf1116 <[email protected]>
1 parent 8afa764 commit 1acb56f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,8 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
29492949
* because of high power consumption (> 2 Watt) in s2idle
29502950
* sleep. Only some boards with Intel CPU are affected.
29512951
*/
2952-
if (dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
2952+
if (dmi_match(DMI_BOARD_NAME, "DN50Z-140HC-YD") ||
2953+
dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
29532954
dmi_match(DMI_BOARD_NAME, "PH4PG31") ||
29542955
dmi_match(DMI_BOARD_NAME, "PH4PRX1_PH6PRX1") ||
29552956
dmi_match(DMI_BOARD_NAME, "PH6PG01_PH6PG71"))

0 commit comments

Comments
 (0)