projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8729675
)
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
Alex Deucher
<alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:39 +0000
(18:08 -0500)
New variant.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.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 143280dc085176420f4edd473e6da574af180fe2..ad4d7b8b832271a8e28a1b59dc496fa19049ed34 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;