Commit c7e55879 authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Alex Deucher
Browse files

drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override check



Works stable without the overrides.

Signed-off-by: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 728b3d05
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) ||
+0 −1
Original line number Diff line number Diff line
@@ -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) ||