]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Fix the runtime resume failure issue
authorMa Jun <Jun.Ma2@amd.com>
Wed, 21 Feb 2024 09:16:49 +0000 (17:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 May 2025 12:12:14 +0000 (14:12 +0200)
commit9a6d2e19448e0f324248260a10e469eaa1f8d979
tree52f03284a1a481d6e393673c891274ce9696548c
parent95db39dbaa8ccf9280a0dd2444d2b1c1451fb21f
drm/amdgpu: Fix the runtime resume failure issue

[ Upstream commit bbfaf2aea7164db59739728d62d9cc91d64ff856 ]

Don't set power state flag when system enter runtime suspend,
or it may cause runtime resume failure issue.

Fixes: 3a9626c816db ("drm/amd: Stop evicting resources on APUs in suspend")
Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Stable-dep-of: d0ce1aaa8531 ("Revert "drm/amd: Stop evicting resources on APUs in suspend"")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c