]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/radeon: add additional pci revision to dpm workaround
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Dec 2016 05:21:48 +0000 (00:21 -0500)
committerJiri Slaby <jslaby@suse.cz>
Thu, 26 Jan 2017 16:39:01 +0000 (17:39 +0100)
commit 8729675c00a8d13cb2094d617d70a4a4da7d83c5 upstream.

New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/radeon/si_dpm.c

index 3265792f1990b8fe6a1c2da13fd4abd8c0e508b7..38686f92536f75c25438ed1bea62db88cdca8792 100644 (file)
@@ -2961,6 +2961,7 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
                    (rdev->pdev->revision == 0x80) ||
                    (rdev->pdev->revision == 0x81) ||
                    (rdev->pdev->revision == 0x83) ||
+                   (rdev->pdev->revision == 0x87) ||
                    (rdev->pdev->device == 0x6604) ||
                    (rdev->pdev->device == 0x6605)) {
                        max_sclk = 75000;