Commit 7c5fde53 authored by lima1002's avatar lima1002 Committed by Alex Deucher
Browse files

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: default avatarlima1002 <li.ma@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1e84112e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))