summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-12-05 12:27:52 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-12-06 18:08:40 -0500
commitce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1 (patch)
tree6bc809fc175da33208c1d20c0f802f5ec203b51e /drivers/gpu/drm/amd/amdgpu/si_dpm.c
parentabb2e3c1ce64c8bba678973800c34ea1dc97c42c (diff)
downloadop-kernel-dev-ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1.zip
op-kernel-dev-ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1.tar.gz
drm/amdgpu: add additional pci revision to dpm workaround
New variant. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c1
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 f0f2f6c..95c4e25 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -3506,6 +3506,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;
OpenPOWER on IntegriCloud