remain on in suspend-to-idle on some machines. There is a comment
warning that this is risky, but let's find out how risky thus really is.
ok deraadt@
if (adev->asic_type < CHIP_RAVEN)
return false;
+#ifdef __linux__
/*
* If ACPI_FADT_LOW_POWER_S0 is not set in the FADT, it is generally
* risky to do any special firmware-related preparations for entering
"To use suspend-to-idle change the sleep mode in BIOS setup.\n");
return false;
}
+#endif
#if !IS_ENABLED(CONFIG_AMD_PMC)
dev_err_once(adev->dev,