Skip to content

Commit c7e5587

Browse files
Tooniisalexdeucher
authored andcommitted
drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override check
Works stable without the overrides. Signed-off-by: Yassine Oudjana <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 728b3d0 commit c7e5587

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/gpu/drm/amd/amdgpu/si_dpm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3439,7 +3439,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
34393439

34403440
if (adev->asic_type == CHIP_HAINAN) {
34413441
if ((adev->pdev->revision == 0x81) ||
3442-
(adev->pdev->revision == 0x83) ||
34433442
(adev->pdev->revision == 0xC3) ||
34443443
(adev->pdev->device == 0x6664) ||
34453444
(adev->pdev->device == 0x6665) ||

drivers/gpu/drm/radeon/si_dpm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
29792979

29802980
if (rdev->family == CHIP_HAINAN) {
29812981
if ((rdev->pdev->revision == 0x81) ||
2982-
(rdev->pdev->revision == 0x83) ||
29832982
(rdev->pdev->revision == 0xC3) ||
29842983
(rdev->pdev->device == 0x6664) ||
29852984
(rdev->pdev->device == 0x6665) ||

0 commit comments

Comments
 (0)