]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/radeon/si: load the proper firmware on 0x87 oland boards
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Dec 2016 05:23:35 +0000 (00:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:39 +0000 (18:08 -0500)
New variant.

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

index 143280dc085176420f4edd473e6da574af180fe2..ad4d7b8b832271a8e28a1b59dc496fa19049ed34 100644 (file)
@@ -1714,6 +1714,7 @@ static int si_init_microcode(struct radeon_device *rdev)
                    (rdev->pdev->revision == 0x80) ||
                    (rdev->pdev->revision == 0x81) ||
                    (rdev->pdev->revision == 0x83) ||
+                   (rdev->pdev->revision == 0x87) ||
                    (rdev->pdev->device == 0x6604) ||
                    (rdev->pdev->device == 0x6605))
                        new_smc = true;