Skip to content

Commit 39a96f1

Browse files
amd-pvishwakalexdeucher
authored andcommitted
drm/amdgpu: enable mode2 reset for SMU IP v15.0.0
Set the default reset method to mode2 for SMU 15.0.0. Signed-off-by: Kanala Ramalingeswara Reddy <Kanala.RamalingeswaraReddy@amd.com> Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 782baa7 commit 39a96f1

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
@@ -422,6 +422,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev)
422422
case IP_VERSION(14, 0, 1):
423423
case IP_VERSION(14, 0, 4):
424424
case IP_VERSION(14, 0, 5):
425+
case IP_VERSION(15, 0, 0):
425426
return AMD_RESET_METHOD_MODE2;
426427
default:
427428
if (amdgpu_dpm_is_baco_supported(adev))

0 commit comments

Comments
 (0)