Skip to content

Commit b709f94

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: enable mode2 reset for SMU IP v14.0.4
Set the default reset method to mode2 for SMU 14.0.4. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 38a16bf commit b709f94

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
@@ -389,6 +389,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev)
389389
case IP_VERSION(13, 0, 11):
390390
case IP_VERSION(14, 0, 0):
391391
case IP_VERSION(14, 0, 1):
392+
case IP_VERSION(14, 0, 4):
392393
return AMD_RESET_METHOD_MODE2;
393394
default:
394395
if (amdgpu_dpm_is_baco_supported(adev))

0 commit comments

Comments
 (0)