<?xml version="1.0"?>

<!--
Specifies the configuration data
for Intel Energy Optimizer (LPMD) daemon
-->

<Configuration>
	<!--
		CPU format example: 1,2,4..6,8-10
	-->
	<lp_mode_cpus></lp_mode_cpus>

	<!--
		Mode values
		0: Cgroup v2
		1: Cgroup v2 isolate
		2: CPU idle injection
	-->
	<Mode>0</Mode>

	<!--
		Default behavior when Performance power setting is used
		-1: force off. (Never enter Low Power Mode)
		 1: force on. (Always stay in Low Power Mode)
		 0: auto. (opportunistic Low Power Mode enter/exit)
	-->
	<PerformanceDef>-1</PerformanceDef>

	<!--
		Default behavior when Balanced power setting is used
		-1: force off. (Never enter Low Power Mode)
		 1: force on. (Always stay in Low Power Mode)
		 0: auto. (opportunistic Low Power Mode enter/exit)
	-->
	<BalancedDef>-1</BalancedDef>

	<!--
		Default behavior when Power saver setting is used
		-1: force off. (Never enter Low Power Mode)
		 1: force on. (Always stay in Low Power Mode)
		 0: auto. (opportunistic Low Power Mode enter/exit)
	-->
	<PowersaverDef>-1</PowersaverDef>

	<!--
		Use HFI LPM hints
		0 : No
		1 : Yes
	-->
	<HfiLpmEnable>0</HfiLpmEnable>

	<!--
		Use HFI SUV hints
		0 : No
		1 : Yes
	-->
	<HfiSuvEnable>0</HfiSuvEnable>

	<!--
		System utilization threshold to enter LP mode
		from 0 - 100
		clear both util_entry_threshold and util_exit_threshold to disable util monitor
	-->
	<util_entry_threshold>10</util_entry_threshold>

	<!--
		System utilization threshold to exit LP mode
		from 0 - 100
		clear both util_entry_threshold and util_exit_threshold to disable util monitor
	-->
	<util_exit_threshold>95</util_exit_threshold>

	<!--
		Entry delay. Minimum delay in non Low Power mode to
		enter LPM mode.
	-->
	<EntryDelayMS>0</EntryDelayMS>

	<!--
		Exit delay. Minimum delay in Low Power mode to
		exit LPM mode.
	-->
	<ExitDelayMS>0</ExitDelayMS>

	<!--
		Lowest hysteresis average in-LP-mode time in msec to enter LP mode
		0: to disable hysteresis support
	-->
	<EntryHystMS>0</EntryHystMS>

	<!--
		Lowest hysteresis average out-of-LP-mode time in msec to exit LP mode
		0: to disable hysteresis support
	-->
	<ExitHystMS>0</ExitHystMS>

	<!--
		Ignore ITMT setting during LP-mode enter/exit
		0: disable ITMT upon LP-mode enter and re-enable ITMT upon LP-mode exit
		1: do not touch ITMT setting during LP-mode enter/exit
	-->
	<IgnoreITMT>0</IgnoreITMT>

</Configuration>

