From: Alex Deucher Date: Thu, 5 Jan 2017 18:05:52 +0000 (-0500) Subject: drm/amdgpu: drop the mclk quirk for hainan X-Git-Tag: android-x86-8.1-r1~4277^2~4^2~11 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5cc6f520ace3aa0086747e08417c2627374af1d7;p=android-x86%2Fkernel.git drm/amdgpu: drop the mclk quirk for hainan fixed by the new 58 mc firmware. Acked-by: Edward O'Callaghan Signed-off-by: Alex Deucher --- 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 */