Skip to content

Commit 9c561ca

Browse files
jiadozhualexdeucher
authored andcommitted
drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.0
Set the default reset method to mode2 for SMU IP v14.0.0 Signed-off-by: Jiadong Zhu <Jiadong.Zhu@amd.com> Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent d736c2e commit 9c561ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev)
381381
return AMD_RESET_METHOD_MODE1;
382382
case IP_VERSION(13, 0, 4):
383383
case IP_VERSION(13, 0, 11):
384+
case IP_VERSION(14, 0, 0):
384385
return AMD_RESET_METHOD_MODE2;
385386
default:
386387
if (amdgpu_dpm_is_baco_supported(adev))

0 commit comments

Comments
 (0)