drm/amdgpu: Add psp v14_0_3 ras support
authorCandice Li <candice.li@amd.com>
Wed, 4 Dec 2024 09:47:11 +0000 (17:47 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:28:21 +0000 (10:28 -0500)
Add psp v14_0_3 ras support.

Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c

index 9961ff6c29f6689aca2b669d31801e4e0c241746..623ae9b3880037df767a162da56f3d75963d5410 100644 (file)
@@ -3571,6 +3571,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
                case IP_VERSION(13, 0, 6):
                case IP_VERSION(13, 0, 12):
                case IP_VERSION(13, 0, 14):
+               case IP_VERSION(14, 0, 3):
                        return true;
                default:
                        return false;