drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.1
authorlima1002 <li.ma@amd.com>
Wed, 7 Feb 2024 06:48:29 +0000 (14:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Mar 2024 20:33:25 +0000 (15:33 -0500)
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>
drivers/gpu/drm/amd/amdgpu/soc21.c

index b92fd6760fa9c9e6132189f12e50eb574eab09d4..581a3bd11481cc8d44a4f22188551d5a2803cff5 100644 (file)
@@ -388,6 +388,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev)
        case IP_VERSION(13, 0, 4):
        case IP_VERSION(13, 0, 11):
        case IP_VERSION(14, 0, 0):
+       case IP_VERSION(14, 0, 1):
                return AMD_RESET_METHOD_MODE2;
        default:
                if (amdgpu_dpm_is_baco_supported(adev))