aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-01-05 13:02:37 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-01-06 17:43:38 -0500
commit7192c54a68013f6058b1bb505645fcd07015191c (patch)
tree828eb3ade0b0d90b05424afb23637bcf0790ceaf /drivers/gpu/drm/amd/amdgpu/si_dpm.c
parent8a08403bcb39f5d0e733bcf59a8a74f16b538f6e (diff)
drm/amdgpu: drop verde dpm quirks
Port of radeon change to amdgpu. Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 0566e9adaf8a..10bedfac27b8 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -3487,19 +3487,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
3487 (adev->pdev->device == 0x6817) || 3487 (adev->pdev->device == 0x6817) ||
3488 (adev->pdev->device == 0x6806)) 3488 (adev->pdev->device == 0x6806))
3489 max_mclk = 120000; 3489 max_mclk = 120000;
3490 } else if (adev->asic_type == CHIP_VERDE) {
3491 if ((adev->pdev->revision == 0x81) ||
3492 (adev->pdev->revision == 0x83) ||
3493 (adev->pdev->revision == 0x87) ||
3494 (adev->pdev->device == 0x6820) ||
3495 (adev->pdev->device == 0x6821) ||
3496 (adev->pdev->device == 0x6822) ||
3497 (adev->pdev->device == 0x6823) ||
3498 (adev->pdev->device == 0x682A) ||
3499 (adev->pdev->device == 0x682B)) {
3500 max_sclk = 75000;
3501 max_mclk = 80000;
3502 }
3503 } else if (adev->asic_type == CHIP_OLAND) { 3490 } else if (adev->asic_type == CHIP_OLAND) {
3504 if ((adev->pdev->revision == 0xC7) || 3491 if ((adev->pdev->revision == 0xC7) ||
3505 (adev->pdev->revision == 0x80) || 3492 (adev->pdev->revision == 0x80) ||