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-Tag: C0P2-H0.0--20200415~11037 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=6187f21f8c97f66a15e7c5392bd10fcf2cbc395a;p=linux.git drm/radeon/si: load the proper firmware on 0x87 oland boards commit abb2e3c1ce64c8bba678973800c34ea1dc97c42c upstream. New variant. Signed-off-by: Alex Deucher Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index e402be8821c4..125c7e82c3d1 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;