OSDN Git Service

drm/radeon: drop the mclk quirk for hainan
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jan 2017 18:08:01 +0000 (13:08 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Jan 2017 22:37:31 +0000 (17:37 -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/radeon/si_dpm.c

index 668060f..2944916 100644 (file)
@@ -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 */