summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-01-05 19:05:52 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-01-12 23:36:58 +0100
commit5cc6f520ace3aa0086747e08417c2627374af1d7 (patch)
tree8286575aaf6238764d086e56d8c03f26e9e20c9f /drivers
parentdrm/amdgpu: drop oland quirks (diff)
downloadlinux-5cc6f520ace3aa0086747e08417c2627374af1d7.tar.xz
linux-5cc6f520ace3aa0086747e08417c2627374af1d7.zip
drm/amdgpu: 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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 34cb7ea17caf..e9242d6fbf84 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -3495,7 +3495,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
(adev->pdev->device == 0x6665) ||
(adev->pdev->device == 0x6667)) {
max_sclk = 75000;
- max_mclk = 80000;
}
}
/* Apply dpm quirks */