]> Git Repo - linux.git/commitdiff
drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV
authorYiPeng Chai <[email protected]>
Fri, 3 Mar 2023 02:01:12 +0000 (10:01 +0800)
committerAlex Deucher <[email protected]>
Wed, 22 Mar 2023 04:58:37 +0000 (00:58 -0400)
Enable ras for mp0 v13_0_10 on SRIOV.

Signed-off-by: YiPeng Chai <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c

index 11df6ee052b4f491f0c3f62241c4298e55e52c85..c6dc3cd2a9deca731144a24c3ce8a0eba83f0356 100644 (file)
@@ -2340,6 +2340,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
        if (amdgpu_sriov_vf(adev)) {
                switch (adev->ip_versions[MP0_HWIP][0]) {
                case IP_VERSION(13, 0, 2):
+               case IP_VERSION(13, 0, 10):
                        return true;
                default:
                        return false;
This page took 0.064134 seconds and 4 git commands to generate.