On Sun, May 12, 2024 at 9:05 PM Hans de Goede hdegoede@redhat.com wrote:
Hi,
On 5/9/24 8:45 PM, Mario Limonciello wrote:
A Rembrandt-based HP thin client is reported to have problems where the NVME disk isn't present after resume from s2idle.
This is because the NVME disk wasn't put into D3 at suspend, and that happened because the StorageD3Enable _DSD was missing in the BIOS.
As AMD's architecture requires that the NVME is in D3 for s2idle, adjust the criteria for force_storage_d3 to match *all* Zen SoCs when the FADT advertises low power idle support.
This will ensure that any future products with this BIOS deficiency don't need to be added to the allow list of overrides.
Cc: stable@vger.kernel.org Signed-off-by: Mario Limonciello mario.limonciello@amd.com
Thanks, patch looks good to me:
Acked-by: Hans de Goede hdegoede@redhat.com
Applied as 6.10-rc material, thanks!