Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a118989 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: enable DPM by default in TN asics



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: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 958b84fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1252,7 +1252,6 @@ int radeon_pm_init(struct radeon_device *rdev)
	case CHIP_RS780:
	case CHIP_RS780:
	case CHIP_RS880:
	case CHIP_RS880:
	case CHIP_CAYMAN:
	case CHIP_CAYMAN:
	case CHIP_ARUBA:
	case CHIP_BONAIRE:
	case CHIP_BONAIRE:
	case CHIP_KABINI:
	case CHIP_KABINI:
	case CHIP_KAVERI:
	case CHIP_KAVERI:
@@ -1284,6 +1283,7 @@ int radeon_pm_init(struct radeon_device *rdev)
	case CHIP_BARTS:
	case CHIP_BARTS:
	case CHIP_TURKS:
	case CHIP_TURKS:
	case CHIP_CAICOS:
	case CHIP_CAICOS:
	case CHIP_ARUBA:
	case CHIP_TAHITI:
	case CHIP_TAHITI:
	case CHIP_PITCAIRN:
	case CHIP_PITCAIRN:
	case CHIP_VERDE:
	case CHIP_VERDE: