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 08:32:19 +0100 |
commit | eb0d743b41882ad2987f4fe4000dce595fce1b7f (patch) | |
tree | 9a4a13bef238c86c803cd2f78c86d89b52209da7 /drivers/gpu/drm | |
parent | f3dd47e0f683cfcca9e1d31f61d33aed37c5f122 (diff) | |
download | blackbird-op-linux-eb0d743b41882ad2987f4fe4000dce595fce1b7f.tar.gz blackbird-op-linux-eb0d743b41882ad2987f4fe4000dce595fce1b7f.zip |
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>
Diffstat (limited to 'drivers/gpu/drm')
-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, (adev->pdev->revision == 0x80) || (adev->pdev->revision == 0x81) || (adev->pdev->revision == 0x83) || + (adev->pdev->revision == 0x87) || (adev->pdev->device == 0x6604) || (adev->pdev->device == 0x6605)) { max_sclk = 75000; |