mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
Revert drm/amdgpu: disable sienna chichlid UMC RAS
This reverts commit 265c280a48
.
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: John Clements <john.clements@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9a2f408f54
commit
e4eeceb73c
1 changed files with 2 additions and 2 deletions
|
@ -1986,7 +1986,8 @@ static int amdgpu_ras_check_asic_type(struct amdgpu_device *adev)
|
||||||
{
|
{
|
||||||
if (adev->asic_type != CHIP_VEGA10 &&
|
if (adev->asic_type != CHIP_VEGA10 &&
|
||||||
adev->asic_type != CHIP_VEGA20 &&
|
adev->asic_type != CHIP_VEGA20 &&
|
||||||
adev->asic_type != CHIP_ARCTURUS)
|
adev->asic_type != CHIP_ARCTURUS &&
|
||||||
|
adev->asic_type != CHIP_SIENNA_CICHLID)
|
||||||
return 1;
|
return 1;
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -2030,7 +2031,6 @@ static void amdgpu_ras_check_supported(struct amdgpu_device *adev,
|
||||||
|
|
||||||
*supported = amdgpu_ras_enable == 0 ?
|
*supported = amdgpu_ras_enable == 0 ?
|
||||||
0 : *hw_supported & amdgpu_ras_mask;
|
0 : *hw_supported & amdgpu_ras_mask;
|
||||||
|
|
||||||
adev->ras_features = *supported;
|
adev->ras_features = *supported;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue