]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: don't use BACO for reset in S3
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Mar 2022 15:53:39 +0000 (11:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 18:03:23 +0000 (20:03 +0200)
commitb27cfc34a4e6966b9521c86a7e78cf212861955a
tree487cef2a31b6dded7a352845324d3eae31f1e65d
parent7245a4763a3f25a2ecdb7fb901da552c61aa6df6
drm/amdgpu: don't use BACO for reset in S3

commit ebc002e3ee78409c42156e62e4e27ad1d09c5a75 upstream.

Seems to cause a reboots or hangs on some systems.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1924
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1953
Fixes: daf8de0874ab5b ("drm/amdgpu: always reset the asic in suspend (v2)")
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/pm/amdgpu_dpm.c