Skip to content

Commit d1ebe30

Browse files
candicelicyalexdeucher
authored andcommitted
drm/amdgpu: Enable psp v14_0_3 RAS support for non-SRIOV configurations.
Enable psp v14_0_3 RAS support for non-SRIOV configurations. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b4b7271 commit d1ebe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3572,7 +3572,6 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
35723572
case IP_VERSION(13, 0, 6):
35733573
case IP_VERSION(13, 0, 12):
35743574
case IP_VERSION(13, 0, 14):
3575-
case IP_VERSION(14, 0, 3):
35763575
return true;
35773576
default:
35783577
return false;
@@ -3586,6 +3585,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
35863585
case IP_VERSION(13, 0, 10):
35873586
case IP_VERSION(13, 0, 12):
35883587
case IP_VERSION(13, 0, 14):
3588+
case IP_VERSION(14, 0, 3):
35893589
return true;
35903590
default:
35913591
return false;

0 commit comments

Comments
 (0)