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:
e9efaaa
)
drm/radeon: add additional pci revision to dpm workaround
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 2 Dec 2016 05:21:48 +0000
(
00:21
-0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:38 +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_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/si_dpm.c
b/drivers/gpu/drm/radeon/si_dpm.c
index c49934527a87852bf207b26e04c4de5939df8c53..8b5e697f2549ee3f81dff2cb8cc8a05e7543c856 100644
(file)
--- a/
drivers/gpu/drm/radeon/si_dpm.c
+++ b/
drivers/gpu/drm/radeon/si_dpm.c
@@
-3026,6
+3026,7
@@
static void si_apply_state_adjust_rules(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)) {
max_sclk = 75000;