projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851bedd
)
drm/radeon/si: load the proper firmware on 0x87 oland boards
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 2 Dec 2016 05:23:35 +0000
(
00:23
-0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:32:20 +0000
(08:32 +0100)
commit
abb2e3c1ce64c8bba678973800c34ea1dc97c42c
upstream.
New variant.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/si.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/si.c
b/drivers/gpu/drm/radeon/si.c
index
e402be8
..
125c7e8
100644
(file)
--- 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;