projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb2e3c
)
drm/amdgpu: add additional pci revision to dpm workaround
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 5 Dec 2016 17:27:52 +0000
(12:27 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 6 Dec 2016 23:08:40 +0000
(18:08 -0500)
New variant.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/si_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index f0f2f6c9718edfcce4871d06a55e27ba4f419531..95c4e25adec60196b1e69b8484b82b2106e14b0d 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@
-3506,6
+3506,7
@@
static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
(adev->pdev->revision == 0x80) ||
(adev->pdev->revision == 0x81) ||
(adev->pdev->revision == 0x83) ||
+ (adev->pdev->revision == 0x87) ||
(adev->pdev->device == 0x6604) ||
(adev->pdev->device == 0x6605)) {
max_sclk = 75000;