]> git.itanic.dy.fi Git - linux-stable/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:32:19 +0000 (08:32 +0100)
commit ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1 upstream.

New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/si_dpm.c

index 961e5eb92a1ea2b8cbdde8487c6d8d18583f82fd..6d2ea76f4eb65d7f0b2995a123378a6f095a0727 100644 (file)
@@ -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;