From: Alex Deucher Date: Mon, 5 Dec 2016 17:31:14 +0000 (-0500) Subject: drm/amdgpu/si: load the proper firmware on 0x87 oland boards X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a23f2720589ec4757bc62183902d2518f02026e;p=linux-beck.git drm/amdgpu/si: load the proper firmware on 0x87 oland boards 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 95c4e25adec6..6c65a1a2de79 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";