]> git.dujemihanovic.xyz Git - linux.git/commitdiff
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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:40 +0000 (18:08 -0500)
New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/si_dpm.c

index 95c4e25adec60196b1e69b8484b82b2106e14b0d..6c65a1a2de798b5630d6b356065a32fe578608c5 100644 (file)
@@ -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";