File: intel_lpmd_config.xml

package info (click to toggle)
intel-lpmd 0.1.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 5,808; xml: 488; makefile: 109; sh: 68
file content (106 lines) | stat: -rw-r--r-- 2,383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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>