diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-01-05 13:02:37 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-19 14:18:04 -0500 |
commit | 12a26bd342b5828b87e098291d17f9a188a0e7e6 (patch) | |
tree | c731cb62b0ab5201eaab96a4347b15371e310d07 | |
parent | d52e714b39cecab78c0ad83e60c81f3a90a42fef (diff) |
drm/amdgpu: drop verde dpm quirks
commit 7192c54a68013f6058b1bb505645fcd07015191c upstream.
Port of radeon change to amdgpu.
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 13 |
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 0590509da00c..b447a01ab21a 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c | |||
@@ -3485,19 +3485,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev, | |||
3485 | (adev->pdev->device == 0x6817) || | 3485 | (adev->pdev->device == 0x6817) || |
3486 | (adev->pdev->device == 0x6806)) | 3486 | (adev->pdev->device == 0x6806)) |
3487 | max_mclk = 120000; | 3487 | max_mclk = 120000; |
3488 | } else if (adev->asic_type == CHIP_VERDE) { | ||
3489 | if ((adev->pdev->revision == 0x81) || | ||
3490 | (adev->pdev->revision == 0x83) || | ||
3491 | (adev->pdev->revision == 0x87) || | ||
3492 | (adev->pdev->device == 0x6820) || | ||
3493 | (adev->pdev->device == 0x6821) || | ||
3494 | (adev->pdev->device == 0x6822) || | ||
3495 | (adev->pdev->device == 0x6823) || | ||
3496 | (adev->pdev->device == 0x682A) || | ||
3497 | (adev->pdev->device == 0x682B)) { | ||
3498 | max_sclk = 75000; | ||
3499 | max_mclk = 80000; | ||
3500 | } | ||
3501 | } else if (adev->asic_type == CHIP_OLAND) { | 3488 | } else if (adev->asic_type == CHIP_OLAND) { |
3502 | if ((adev->pdev->revision == 0xC7) || | 3489 | if ((adev->pdev->revision == 0xC7) || |
3503 | (adev->pdev->revision == 0x80) || | 3490 | (adev->pdev->revision == 0x80) || |