Skip to content

Commit 65ff809

Browse files
committed
drm/amdgpu: always force full reset for SOC21
There are cases where soft reset seems to succeed, but does not, so always use mode1/2 for now. Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
1 parent 8bdfb4e commit 65ff809

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/amd/amdgpu/soc21.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,8 @@ static bool soc21_need_full_reset(struct amdgpu_device *adev)
457457
{
458458
switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
459459
case IP_VERSION(11, 0, 0):
460-
return amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__UMC);
461460
case IP_VERSION(11, 0, 2):
462461
case IP_VERSION(11, 0, 3):
463-
return false;
464462
default:
465463
return true;
466464
}

0 commit comments

Comments
 (0)