summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-12-02 00:21:48 -0500
committerSasha Levin <alexander.levin@verizon.com>2017-01-15 09:49:51 -0500
commit580d23f5ffe9e343979bc20d2b3c51da67d73649 (patch)
tree219dbf05458ac79c3eea52f18c51427eb4c8314f
parentd0d2a4c82942e2f51e4984beea1f7e5a994bd06c (diff)
downloadlinux-stable-580d23f5ffe9e343979bc20d2b3c51da67d73649.tar.gz
linux-stable-580d23f5ffe9e343979bc20d2b3c51da67d73649.tar.bz2
linux-stable-580d23f5ffe9e343979bc20d2b3c51da67d73649.zip
drm/radeon: add additional pci revision to dpm workaround
[ Upstream commit 8729675c00a8d13cb2094d617d70a4a4da7d83c5 ] New variant. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
-rw-r--r--drivers/gpu/drm/radeon/si_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 1a75d78a2708..e684508d5188 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -2972,6 +2972,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;