mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
drm/amdgpu: enable ras capablity check on arcturus
check hw ras capablity via atomfirmware Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: John Clements <John.Clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
594d0c90a4
commit
baaeb610b1
1 changed files with 2 additions and 1 deletions
|
@ -1687,7 +1687,8 @@ static void amdgpu_ras_check_supported(struct amdgpu_device *adev,
|
|||
*supported = 0;
|
||||
|
||||
if (amdgpu_sriov_vf(adev) ||
|
||||
adev->asic_type != CHIP_VEGA20)
|
||||
(adev->asic_type != CHIP_VEGA20 &&
|
||||
adev->asic_type != CHIP_ARCTURUS))
|
||||
return;
|
||||
|
||||
if (adev->is_atom_fw &&
|
||||
|
|
Loading…
Add table
Reference in a new issue