From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f194.google.com ([209.85.216.194]:32869 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbcLESGk (ORCPT ); Mon, 5 Dec 2016 13:06:40 -0500 Received: by mail-qt0-f194.google.com with SMTP id n6so36973719qtd.0 for ; Mon, 05 Dec 2016 10:06:40 -0800 (PST) From: Alex Deucher To: amd-gfx@lists.freedesktop.org Cc: Alex Deucher , stable@vger.kernel.org Subject: [PATCH 2/2] drm/amdgpu/si: load the proper firmware on 0x87 oland boards Date: Mon, 5 Dec 2016 13:06:32 -0500 Message-Id: <1480961192-23310-2-git-send-email-alexander.deucher@amd.com> In-Reply-To: <1480961192-23310-1-git-send-email-alexander.deucher@amd.com> References: <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 95c4e25..6c65a1a 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c @@ -7716,6 +7716,7 @@ static int si_dpm_init_microcode(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)) chip_name = "oland_k"; -- 2.5.5