Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1
+1
drivers/gpu/drm/radeon/si.c
··· 1714 1714 (rdev->pdev->revision == 0x80) || 1715 1715 (rdev->pdev->revision == 0x81) || 1716 1716 (rdev->pdev->revision == 0x83) || 1717 + (rdev->pdev->revision == 0x87) || 1717 1718 (rdev->pdev->device == 0x6604) || 1718 1719 (rdev->pdev->device == 0x6605)) 1719 1720 new_smc = true;