diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-12-02 00:21:48 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-09 02:32:20 -0500 |
commit | 851bedd86b95516ca3334b1eadf8b68eb220c5e9 (patch) | |
tree | 75148ffb559785a01b0198b2bf1e59c1de54725d | |
parent | 126f676b087d091e714fcae1ebe87182062d138b (diff) |
drm/radeon: add additional pci revision to dpm workaround
commit 8729675c00a8d13cb2094d617d70a4a4da7d83c5 upstream.
New variant.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 1 |
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 c49934527a87..8b5e697f2549 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c | |||
@@ -3026,6 +3026,7 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, | |||
3026 | (rdev->pdev->revision == 0x80) || | 3026 | (rdev->pdev->revision == 0x80) || |
3027 | (rdev->pdev->revision == 0x81) || | 3027 | (rdev->pdev->revision == 0x81) || |
3028 | (rdev->pdev->revision == 0x83) || | 3028 | (rdev->pdev->revision == 0x83) || |
3029 | (rdev->pdev->revision == 0x87) || | ||
3029 | (rdev->pdev->device == 0x6604) || | 3030 | (rdev->pdev->device == 0x6604) || |
3030 | (rdev->pdev->device == 0x6605)) { | 3031 | (rdev->pdev->device == 0x6605)) { |
3031 | max_sclk = 75000; | 3032 | max_sclk = 75000; |