diff options
| author | Alex Deucher <[email protected]> | 2017-01-05 18:05:52 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-01-12 22:36:58 +0000 |
| commit | 5cc6f520ace3aa0086747e08417c2627374af1d7 (patch) | |
| tree | 8286575aaf6238764d086e56d8c03f26e9e20c9f /drivers/gpu/drm/amd/amdgpu/si_dpm.c | |
| parent | drm/amdgpu: drop oland quirks (diff) | |
| download | kernel-5cc6f520ace3aa0086747e08417c2627374af1d7.tar.gz kernel-5cc6f520ace3aa0086747e08417c2627374af1d7.zip | |
drm/amdgpu: drop the mclk quirk for hainan
fixed by the new 58 mc firmware.
Acked-by: Edward O'Callaghan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 |
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 */ |
