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 /drivers/gpu/drm/radeon | |
parent | 5cc6f520ace3aa0086747e08417c2627374af1d7 (diff) | |
download | linux-stable-3a69adfe5617ceba04ad3cff0f9ccad470503fb2.tar.gz linux-stable-3a69adfe5617ceba04ad3cff0f9ccad470503fb2.tar.bz2 linux-stable-3a69adfe5617ceba04ad3cff0f9ccad470503fb2.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-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, (rdev->pdev->device == 0x6817) || (rdev->pdev->device == 0x6806)) max_mclk = 120000; - } else if (rdev->family == CHIP_OLAND) { - if ((rdev->pdev->revision == 0xC7) || - (rdev->pdev->revision == 0x80) || - (rdev->pdev->revision == 0x81) || - (rdev->pdev->revision == 0x83) || - (rdev->pdev->revision == 0x87) || - (rdev->pdev->device == 0x6604) || - (rdev->pdev->device == 0x6605)) { - max_sclk = 75000; - max_mclk = 80000; - } } else if (rdev->family == CHIP_HAINAN) { if ((rdev->pdev->revision == 0x81) || (rdev->pdev->revision == 0x83) || |