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

Commit 96682956 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: only apply bapm changes for AC power on ARUBA



Newer asics shouldn't need any manual adjustment.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9368931d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -73,8 +73,10 @@ void radeon_pm_acpi_event_handler(struct radeon_device *rdev)
			rdev->pm.dpm.ac_power = true;
		else
			rdev->pm.dpm.ac_power = false;
		if (rdev->family == CHIP_ARUBA) {
			if (rdev->asic->dpm.enable_bapm)
				radeon_dpm_enable_bapm(rdev, rdev->pm.dpm.ac_power);
		}
		mutex_unlock(&rdev->pm.mutex);
        } else if (rdev->pm.pm_method == PM_METHOD_PROFILE) {
		if (rdev->pm.profile == PM_PROFILE_AUTO) {