Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89d5595a authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: drop oland quirks



Fixed by the new 58 MC firmware.

Acked-by: default avatarEdward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f1d877be
Loading
Loading
Loading
Loading
+0 −11
Original line number Original line Diff line number Diff line
@@ -3487,17 +3487,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
		    (adev->pdev->device == 0x6817) ||
		    (adev->pdev->device == 0x6817) ||
		    (adev->pdev->device == 0x6806))
		    (adev->pdev->device == 0x6806))
			max_mclk = 120000;
			max_mclk = 120000;
	} else if (adev->asic_type == CHIP_OLAND) {
		if ((adev->pdev->revision == 0xC7) ||
		    (adev->pdev->revision == 0x80) ||
		    (adev->pdev->revision == 0x81) ||
		    (adev->pdev->revision == 0x83) ||
		    (adev->pdev->revision == 0x87) ||
		    (adev->pdev->device == 0x6604) ||
		    (adev->pdev->device == 0x6605)) {
			max_sclk = 75000;
			max_mclk = 80000;
		}
	} else if (adev->asic_type == CHIP_HAINAN) {
	} else if (adev->asic_type == CHIP_HAINAN) {
		if ((adev->pdev->revision == 0x81) ||
		if ((adev->pdev->revision == 0x81) ||
		    (adev->pdev->revision == 0x83) ||
		    (adev->pdev->revision == 0x83) ||