drm/amdgpu: add additional pci revision to dpm workaround
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Dec 2016 17:27:52 +0000 (12:27 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:40 +0000 (18:08 -0500)
New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/si_dpm.c

index f0f2f6c9718edfcce4871d06a55e27ba4f419531..95c4e25adec60196b1e69b8484b82b2106e14b0d 100644 (file)
@@ -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;