drm/radeon: enable DPM by default on r7xx asics
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Nov 2013 19:16:02 +0000 (15:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Nov 2013 19:25:47 +0000 (15:25 -0400)
Seems to be stable on them.

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

index 54ed5dfcb8a5982aeab6e95cbf129302a000169e..3ddd2c8ed9287d83e13bca8c4d25d7c9da492356 100644 (file)
@@ -1240,10 +1240,6 @@ int radeon_pm_init(struct radeon_device *rdev)
        case CHIP_RV670:
        case CHIP_RS780:
        case CHIP_RS880:
-       case CHIP_RV770:
-       case CHIP_RV730:
-       case CHIP_RV710:
-       case CHIP_RV740:
        case CHIP_CAYMAN:
        case CHIP_ARUBA:
        case CHIP_BONAIRE:
@@ -1261,6 +1257,10 @@ int radeon_pm_init(struct radeon_device *rdev)
                else
                        rdev->pm.pm_method = PM_METHOD_PROFILE;
                break;
+       case CHIP_RV770:
+       case CHIP_RV730:
+       case CHIP_RV710:
+       case CHIP_RV740:
        case CHIP_CEDAR:
        case CHIP_REDWOOD:
        case CHIP_JUNIPER:
This page took 0.030396 seconds and 5 git commands to generate.