]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:21:51 +0000 (08:21 +0100)
commit abb2e3c1ce64c8bba678973800c34ea1dc97c42c upstream.

New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/si.c

index 2523ca96c6c7d5e36fd9633cab723f2656d241fb..2297ec7954af60ed69d687d74389fd57ada7aba1 100644 (file)
@@ -1722,6 +1722,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;