[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241210150305.52039-1-wse@tuxedocomputers.com>
Date: Tue, 10 Dec 2024 16:02:55 +0100
From: Werner Sembach <wse@...edocomputers.com>
To: Keith Busch <kbusch@...nel.org>,
Jens Axboe <axboe@...nel.dk>,
Christoph Hellwig <hch@....de>,
Sagi Grimberg <sagi@...mberg.me>
Cc: Georg Gottleuber <ggo@...edocomputers.com>,
Werner Sembach <wse@...edocomputers.com>,
linux-nvme@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] nvme-pci: Add TUXEDO Infinityflex to Samsung sleep quirk
From: Georg Gottleuber <ggo@...edocomputers.com>
On the TUXEDO InfinityFlex devices, 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 <ggo@...edocomputers.com>
Cc: stable@...r.kernel.org
Signed-off-by: Werner Sembach <wse@...edocomputers.com>
---
drivers/nvme/host/pci.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 1a5ba80f1811a..c5ecbda6bd1da 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3143,7 +3143,8 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
* because of high power consumption (> 2 Watt) in s2idle
* sleep. Only some boards with Intel CPU are affected.
*/
- if (dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
+ if (dmi_match(DMI_BOARD_NAME, "DN50Z-140HC-YD") ||
+ dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
dmi_match(DMI_BOARD_NAME, "PH4PG31") ||
dmi_match(DMI_BOARD_NAME, "PH4PRX1_PH6PRX1") ||
dmi_match(DMI_BOARD_NAME, "PH6PG01_PH6PG71"))
--
2.43.0
Powered by blists - more mailing lists