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

Commit 68bc7785 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: enable DPM by default on SI asics



Seems to be stable on them and improves peformance
as most SI asics have very low boot clocks.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5a16f761
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1254,11 +1254,6 @@ int radeon_pm_init(struct radeon_device *rdev)
	case CHIP_CAICOS:
	case CHIP_CAYMAN:
	case CHIP_ARUBA:
	case CHIP_TAHITI:
	case CHIP_PITCAIRN:
	case CHIP_VERDE:
	case CHIP_OLAND:
	case CHIP_HAINAN:
	case CHIP_BONAIRE:
	case CHIP_KABINI:
	case CHIP_KAVERI:
@@ -1277,6 +1272,11 @@ int radeon_pm_init(struct radeon_device *rdev)
	case CHIP_PALM:
	case CHIP_SUMO:
	case CHIP_SUMO2:
	case CHIP_TAHITI:
	case CHIP_PITCAIRN:
	case CHIP_VERDE:
	case CHIP_OLAND:
	case CHIP_HAINAN:
		/* DPM requires the RLC, RV770+ dGPU requires SMC */
		if (!rdev->rlc_fw)
			rdev->pm.pm_method = PM_METHOD_PROFILE;