OSDN Git Service

drm/amdgpu: drop the mclk quirk for hainan
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jan 2017 18:05:52 +0000 (13:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Jan 2017 22:36:58 +0000 (17:36 -0500)
fixed by the new 58 mc firmware.

Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/si_dpm.c

index 34cb7ea..e9242d6 100644 (file)
@@ -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 */