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

Commit 8a08403b authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: drop verde dpm quirks

fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=98897
https://bugs.launchpad.net/bugs/1651981



Acked-by: default avatarEdward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Cc: Adrian Fiergolski <A.Fiergolski@gmail.com>
parent 6458bd4d
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -3008,19 +3008,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
		    (rdev->pdev->device == 0x6817) ||
		    (rdev->pdev->device == 0x6806))
			max_mclk = 120000;
	} else if (rdev->family == CHIP_VERDE) {
		if ((rdev->pdev->revision == 0x81) ||
		    (rdev->pdev->revision == 0x83) ||
		    (rdev->pdev->revision == 0x87) ||
		    (rdev->pdev->device == 0x6820) ||
		    (rdev->pdev->device == 0x6821) ||
		    (rdev->pdev->device == 0x6822) ||
		    (rdev->pdev->device == 0x6823) ||
		    (rdev->pdev->device == 0x682A) ||
		    (rdev->pdev->device == 0x682B)) {
			max_sclk = 75000;
			max_mclk = 80000;
		}
	} else if (rdev->family == CHIP_OLAND) {
		if ((rdev->pdev->revision == 0xC7) ||
		    (rdev->pdev->revision == 0x80) ||