drm/amdgpu: Enable psp v14_0_3 RAS support for non-SRIOV configurations.
authorCandice Li <candice.li@amd.com>
Mon, 16 Dec 2024 09:20:12 +0000 (17:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2024 17:39:07 +0000 (12:39 -0500)
Enable psp v14_0_3 RAS support for non-SRIOV configurations.

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 db081618e85c3b609ba785c1c70f9c9fc3eaae42..01c947066a2eb02d2e2848a3943c918147146b0e 100644 (file)
@@ -3572,7 +3572,6 @@ 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;
@@ -3586,6 +3585,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
                case IP_VERSION(13, 0, 10):
                case IP_VERSION(13, 0, 12):
                case IP_VERSION(13, 0, 14):
+               case IP_VERSION(14, 0, 3):
                        return true;
                default:
                        return false;