Skip to content

Commit fa2df4a

Browse files
alexdeuchergregkh
authored andcommitted
drm/amdgpu: always force full reset for SOC21
commit 65ff809 upstream. There are cases where soft reset seems to succeed, but does not, so always use mode1/2 for now. Reviewed-by: Harish Kasiviswanathan <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1520bf6 commit fa2df4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,8 @@ static bool soc21_need_full_reset(struct amdgpu_device *adev)
449449
{
450450
switch (adev->ip_versions[GC_HWIP][0]) {
451451
case IP_VERSION(11, 0, 0):
452-
return amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__UMC);
453452
case IP_VERSION(11, 0, 2):
454453
case IP_VERSION(11, 0, 3):
455-
return false;
456454
default:
457455
return true;
458456
}

0 commit comments

Comments
 (0)