drm/radeon: enable dpm by default on CI APUs
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Dec 2013 22:39:17 +0000 (17:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Dec 2013 22:58:05 +0000 (17:58 -0500)
Dynamic power mangement works reliably now, so
enable it by default.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_pm.c

index 422afc1..c0ff200 100644 (file)
@@ -1230,8 +1230,6 @@ int radeon_pm_init(struct radeon_device *rdev)
        case CHIP_RS780:
        case CHIP_RS880:
        case CHIP_CAYMAN:
-       case CHIP_KABINI:
-       case CHIP_KAVERI:
                /* DPM requires the RLC, RV770+ dGPU requires SMC */
                if (!rdev->rlc_fw)
                        rdev->pm.pm_method = PM_METHOD_PROFILE;
@@ -1266,6 +1264,8 @@ int radeon_pm_init(struct radeon_device *rdev)
        case CHIP_OLAND:
        case CHIP_HAINAN:
        case CHIP_BONAIRE:
+       case CHIP_KABINI:
+       case CHIP_KAVERI:
        case CHIP_HAWAII:
                /* DPM requires the RLC, RV770+ dGPU requires SMC */
                if (!rdev->rlc_fw)