diff options
| author | YiPeng Chai <[email protected]> | 2023-03-03 02:01:12 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-03-22 04:58:37 +0000 |
| commit | fe120b9f5ce873516a2604e4ff0c19084be94e8c (patch) | |
| tree | 990b4ac82a0b663d6b36792be1a019d45405afdc /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi (diff) | |
| download | kernel-fe120b9f5ce873516a2604e4ff0c19084be94e8c.tar.gz kernel-fe120b9f5ce873516a2604e4ff0c19084be94e8c.zip | |
drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV
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]>
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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index 11df6ee052b4..c6dc3cd2a9de 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -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; |
