drm/radeon: enable DPM by default in TN asics
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Nov 2013 15:21:29 +0000 (10:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 15 Nov 2013 20:57:38 +0000 (15:57 -0500)
After adjusting the dpm parameters this seems to be
stable on most TN systems.  DPM is important for APUs
since the boot clocks are generally pretty low.

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

index 866ace070b9184a1042ba3a8ef96190313b83519..d1385ccc672c4976aff90d9150fb221f98c29441 100644 (file)
@@ -1252,7 +1252,6 @@ int radeon_pm_init(struct radeon_device *rdev)
        case CHIP_RS780:
        case CHIP_RS880:
        case CHIP_CAYMAN:
-       case CHIP_ARUBA:
        case CHIP_BONAIRE:
        case CHIP_KABINI:
        case CHIP_KAVERI:
@@ -1284,6 +1283,7 @@ int radeon_pm_init(struct radeon_device *rdev)
        case CHIP_BARTS:
        case CHIP_TURKS:
        case CHIP_CAICOS:
+       case CHIP_ARUBA:
        case CHIP_TAHITI:
        case CHIP_PITCAIRN:
        case CHIP_VERDE:
This page took 0.076557 seconds and 5 git commands to generate.