mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
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
This commit is contained in:
parent
8729675c00
commit
abb2e3c1ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user