From: Alex Deucher Date: Fri, 2 Dec 2016 05:23:35 +0000 (-0500) Subject: drm/radeon/si: load the proper firmware on 0x87 oland boards X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=abb2e3c1ce64c8bba678973800c34ea1dc97c42c;p=linux-beck.git drm/radeon/si: load the proper firmware on 0x87 oland boards New variant. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- 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;