]> git.karo-electronics.de Git - linux-beck.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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:38 +0000 (18:08 -0500)
New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/si_dpm.c

index c49934527a87852bf207b26e04c4de5939df8c53..8b5e697f2549ee3f81dff2cb8cc8a05e7543c856 100644 (file)
@@ -3026,6 +3026,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;