]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: add fbdev suspend/resume on gpu reset
authorEvan Quan <evan.quan@amd.com>
Wed, 11 Mar 2020 06:15:27 +0000 (14:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Apr 2020 07:09:57 +0000 (09:09 +0200)
commite171e726b22348f646ce5bb604502ee2ff9bde39
tree9877f4261d813c938d633bc30324dca070d7c9a3
parent036ee5ccf9b19acc0284983b8f9c6bb78c088e55
drm/amdgpu: add fbdev suspend/resume on gpu reset

[ Upstream commit 063e768ebd27d3ec0d6908b7f8ea9b0a732b9949 ]

This can fix the baco reset failure seen on Navi10.
And this should be a low risk fix as the same sequence
is already used for system suspend/resume.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c