aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorYassine Oudjana <y.oudjana@protonmail.com>2020-03-17 07:51:27 +0000
committerAlex Deucher <alexander.deucher@amd.com>2020-03-25 16:58:40 -0400
commitc7e55879642012ff96447ee5d1ed5a11a3e41416 (patch)
tree51aa3cedb002f54c99b9c90f806b87cf62733e6f /drivers/gpu/drm/amd/amdgpu
parentRevert "drm/amdgpu: add CAP fw loading" (diff)
downloadwireguard-linux-c7e55879642012ff96447ee5d1ed5a11a3e41416.tar.xz
wireguard-linux-c7e55879642012ff96447ee5d1ed5a11a3e41416.zip
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')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c1
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) ||