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

Commit ebe0dce6 authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/pp: reset dpm level when adjust power state

parent 5cc63684
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ int psm_adjust_power_state_dynamic(struct pp_hwmgr *hwmgr, bool skip,
	}

	phm_notify_smc_display_config_after_ps_adjustment(hwmgr);

	phm_force_dpm_levels(hwmgr, hwmgr->dpm_level);
	return 0;
}