From: Alex Deucher Date: Mon, 5 Dec 2016 17:27:52 +0000 (-0500) Subject: drm/amdgpu: add additional pci revision to dpm workaround X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1;p=linux-beck.git drm/amdgpu: add additional pci revision to dpm workaround New variant. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index f0f2f6c9718e..95c4e25adec6 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;