Commit 0e0b70f5 authored by Alex Deucher's avatar Alex Deucher Committed by Greg Kroah-Hartman

drm/radeon: add additional pci revision to dpm workaround

commit 8729675c upstream.

New variant.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 62a27249
...@@ -3026,6 +3026,7 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, ...@@ -3026,6 +3026,7 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
(rdev->pdev->revision == 0x80) || (rdev->pdev->revision == 0x80) ||
(rdev->pdev->revision == 0x81) || (rdev->pdev->revision == 0x81) ||
(rdev->pdev->revision == 0x83) || (rdev->pdev->revision == 0x83) ||
(rdev->pdev->revision == 0x87) ||
(rdev->pdev->device == 0x6604) || (rdev->pdev->device == 0x6604) ||
(rdev->pdev->device == 0x6605)) { (rdev->pdev->device == 0x6605)) {
max_sclk = 75000; max_sclk = 75000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment