From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f193.google.com ([209.85.220.193]:36480 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbcLESGk (ORCPT ); Mon, 5 Dec 2016 13:06:40 -0500 Received: by mail-qk0-f193.google.com with SMTP id h201so40469538qke.3 for ; Mon, 05 Dec 2016 10:06:39 -0800 (PST) From: Alex Deucher To: amd-gfx@lists.freedesktop.org Cc: Alex Deucher , stable@vger.kernel.org Subject: [PATCH 1/2] drm/amdgpu: add additional pci revision to dpm workaround Date: Mon, 5 Dec 2016 13:06:31 -0500 Message-Id: <1480961192-23310-1-git-send-email-alexander.deucher@amd.com> Sender: stable-owner@vger.kernel.org List-ID: New variant. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.5.5