Skip to content

Commit 7c5fde5

Browse files
lima1002alexdeucher
authored andcommitted
drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.1
Set the default reset method to mode2 for SMU IP v14.0.1 Signed-off-by: lima1002 <li.ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 1e84112 commit 7c5fde5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev)
388388
case IP_VERSION(13, 0, 4):
389389
case IP_VERSION(13, 0, 11):
390390
case IP_VERSION(14, 0, 0):
391+
case IP_VERSION(14, 0, 1):
391392
return AMD_RESET_METHOD_MODE2;
392393
default:
393394
if (amdgpu_dpm_is_baco_supported(adev))

0 commit comments

Comments
 (0)