summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/si.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-12-02 08:23:35 +0300
committerAlex Deucher <alexander.deucher@amd.com>2016-12-07 02:08:39 +0300
commitabb2e3c1ce64c8bba678973800c34ea1dc97c42c (patch)
tree81d569a2b9aef8e52da38be27b4e4e0b3a125caf /drivers/gpu/drm/radeon/si.c
parent8729675c00a8d13cb2094d617d70a4a4da7d83c5 (diff)
downloadlinux-abb2e3c1ce64c8bba678973800c34ea1dc97c42c.tar.xz
drm/radeon/si: load the proper firmware on 0x87 oland boards
New variant. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/si.c')
-rw-r--r--drivers/gpu/drm/radeon/si.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c
index 143280dc0851..ad4d7b8b8322 100644
--- a/drivers/gpu/drm/radeon/si.c
+++ b/drivers/gpu/drm/radeon/si.c
@@ -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;