diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-01-05 13:08:01 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-12 17:37:31 -0500 |
commit | a628392cf03e0eef21b345afbb192cbade041741 (patch) | |
tree | 79ef20e2a6392e0ad8336e9dbc3cb67bc70bb63e | |
parent | 3a69adfe5617ceba04ad3cff0f9ccad470503fb2 (diff) | |
download | linux-next-a628392cf03e0eef21b345afbb192cbade041741.tar.gz |
drm/radeon: drop the mclk quirk for hainan
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 668060fa68c1..2944916f7102 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -3016,7 +3016,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, (rdev->pdev->device == 0x6665) || (rdev->pdev->device == 0x6667)) { max_sclk = 75000; - max_mclk = 80000; } } /* Apply dpm quirks */ |