aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 961e5eb92a1e..6d2ea76f4eb6 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -3504,6 +3504,7 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
3504 (adev->pdev->revision == 0x80) || 3504 (adev->pdev->revision == 0x80) ||
3505 (adev->pdev->revision == 0x81) || 3505 (adev->pdev->revision == 0x81) ||
3506 (adev->pdev->revision == 0x83) || 3506 (adev->pdev->revision == 0x83) ||
3507 (adev->pdev->revision == 0x87) ||
3507 (adev->pdev->device == 0x6604) || 3508 (adev->pdev->device == 0x6604) ||
3508 (adev->pdev->device == 0x6605)) { 3509 (adev->pdev->device == 0x6605)) {
3509 max_sclk = 75000; 3510 max_sclk = 75000;