]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_AMD_PMC` louder during...
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 30 May 2023 17:44:30 +0000 (12:44 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Jun 2023 20:54:34 +0000 (16:54 -0400)
commit99b3886f8674502e967b1d050e40aa669c9098c1
treed3823842eeeaa7bee6edf2bdc89195f734bf0475
parent38e4ced804796c5725e2a52ec3601951552c4a97
drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_AMD_PMC` louder during suspend path

Users have reported that s2idle wasn't working on OEM Phoenix systems,
but it was root caused to be because `CONFIG_AMD_PMC` wasn't set in
the distribution kernel config.

To make this more apparent, raise the messaging to err instead of warn.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=217497
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c