diff options
author | Yassine Oudjana <y.oudjana@protonmail.com> | 2020-03-17 07:51:27 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-03-25 16:58:40 -0400 |
commit | c7e55879642012ff96447ee5d1ed5a11a3e41416 (patch) | |
tree | 51aa3cedb002f54c99b9c90f806b87cf62733e6f /drivers/gpu/drm/amd/amdgpu/si_dpm.c | |
parent | 728b3d0533a4c39ed36a33e36148544b2ec770be (diff) |
drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override check
Works stable without the overrides.
Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index 4cb4c891120b..0860e85a2d35 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c @@ -3439,7 +3439,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev, if (adev->asic_type == CHIP_HAINAN) { if ((adev->pdev->revision == 0x81) || - (adev->pdev->revision == 0x83) || (adev->pdev->revision == 0xC3) || (adev->pdev->device == 0x6664) || (adev->pdev->device == 0x6665) || |