summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
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/radeon
parent728b3d0533a4c39ed36a33e36148544b2ec770be (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/radeon')
-rw-r--r--drivers/gpu/drm/radeon/si_dpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 05e8b4d0af3f..2cb85dbe728f 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -2979,7 +2979,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
if (rdev->family == CHIP_HAINAN) {
if ((rdev->pdev->revision == 0x81) ||
- (rdev->pdev->revision == 0x83) ||
(rdev->pdev->revision == 0xC3) ||
(rdev->pdev->device == 0x6664) ||
(rdev->pdev->device == 0x6665) ||