diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-01-05 13:07:14 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-12 17:37:16 -0500 |
commit | 3a69adfe5617ceba04ad3cff0f9ccad470503fb2 (patch) | |
tree | d037ffd26c0de945160fd544cd8fc4f828d03593 | |
parent | 5cc6f520ace3aa0086747e08417c2627374af1d7 (diff) |
drm/radeon: drop oland quirks
Fixed by the new 58 MC firmware.
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 13ba73fd9b68..668060fa68c1 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c | |||
@@ -3008,17 +3008,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, | |||
3008 | (rdev->pdev->device == 0x6817) || | 3008 | (rdev->pdev->device == 0x6817) || |
3009 | (rdev->pdev->device == 0x6806)) | 3009 | (rdev->pdev->device == 0x6806)) |
3010 | max_mclk = 120000; | 3010 | max_mclk = 120000; |
3011 | } else if (rdev->family == CHIP_OLAND) { | ||
3012 | if ((rdev->pdev->revision == 0xC7) || | ||
3013 | (rdev->pdev->revision == 0x80) || | ||
3014 | (rdev->pdev->revision == 0x81) || | ||
3015 | (rdev->pdev->revision == 0x83) || | ||
3016 | (rdev->pdev->revision == 0x87) || | ||
3017 | (rdev->pdev->device == 0x6604) || | ||
3018 | (rdev->pdev->device == 0x6605)) { | ||
3019 | max_sclk = 75000; | ||
3020 | max_mclk = 80000; | ||
3021 | } | ||
3022 | } else if (rdev->family == CHIP_HAINAN) { | 3011 | } else if (rdev->family == CHIP_HAINAN) { |
3023 | if ((rdev->pdev->revision == 0x81) || | 3012 | if ((rdev->pdev->revision == 0x81) || |
3024 | (rdev->pdev->revision == 0x83) || | 3013 | (rdev->pdev->revision == 0x83) || |