drm/amdgpu/si: load the proper firmware on 0x87 oland boards
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Dec 2016 17:31:14 +0000 (12:31 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:32:19 +0000 (08:32 +0100)
commit 5a23f2720589ec4757bc62183902d2518f02026e 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 d6f85b1..961e5eb 100644 (file)
@@ -7713,6 +7713,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";