diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-12-05 12:27:52 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-09 02:32:19 -0500 |
commit | eb0d743b41882ad2987f4fe4000dce595fce1b7f (patch) | |
tree | 9a4a13bef238c86c803cd2f78c86d89b52209da7 | |
parent | f3dd47e0f683cfcca9e1d31f61d33aed37c5f122 (diff) |
drm/amdgpu: add additional pci revision to dpm workaround
commit ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1 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/amd/amdgpu/si_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index 961e5eb92a1e..6d2ea76f4eb6 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c | |||
@@ -3504,6 +3504,7 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev, | |||
3504 | (adev->pdev->revision == 0x80) || | 3504 | (adev->pdev->revision == 0x80) || |
3505 | (adev->pdev->revision == 0x81) || | 3505 | (adev->pdev->revision == 0x81) || |
3506 | (adev->pdev->revision == 0x83) || | 3506 | (adev->pdev->revision == 0x83) || |
3507 | (adev->pdev->revision == 0x87) || | ||
3507 | (adev->pdev->device == 0x6604) || | 3508 | (adev->pdev->device == 0x6604) || |
3508 | (adev->pdev->device == 0x6605)) { | 3509 | (adev->pdev->device == 0x6605)) { |
3509 | max_sclk = 75000; | 3510 | max_sclk = 75000; |