diff options
| author | Jane Jian <[email protected]> | 2023-04-14 03:33:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-04-14 17:47:49 +0000 |
| commit | b805d8d785e49cb3ee9279dad1402d5dcf902166 (patch) | |
| tree | a788cff2676a143f101e25b8e5c444bb9b1fb9b1 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amdgpu: add common ip block for GC 9.4.3 (diff) | |
| download | kernel-b805d8d785e49cb3ee9279dad1402d5dcf902166.tar.gz kernel-b805d8d785e49cb3ee9279dad1402d5dcf902166.zip | |
Revert "drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV"
This reverts commit fe120b9f5ce873516a2604e4ff0c19084be94e8c.
This patch impacts sriov multi-vf stability
Signed-off-by: Jane Jian <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index ad5d456918f4..3ab8a88789c8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -2341,7 +2341,6 @@ 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; |
