File: default.xml

package info (click to toggle)
thermald 2.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,368 kB
  • sloc: cpp: 13,874; ansic: 1,566; sh: 1,291; xml: 756; python: 414; makefile: 156
file content (50 lines) | stat: -rw-r--r-- 1,608 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0"?>
<ThermalConfiguration>
  <Platform>
    <Name>Example Laptop</Name>
    <ProductName>*</ProductName>
    <Preference>QUIET</Preference>
    <PPCC>
                <PowerLimitIndex>0</PowerLimitIndex>
                <PowerLimitMinimum>10000</PowerLimitMinimum>
                <PowerLimitMaximum>25000</PowerLimitMaximum>
                <TimeWindowMinimum>28000</TimeWindowMinimum>
                <TimeWindowMaximum>28000</TimeWindowMaximum>
                <StepSize>250</StepSize>
     </PPCC>

    <ThermalZones>
      <ThermalZone>
        <Type>_cpu</Type>
        <TripPoints>
          <TripPoint>
            <SensorType>x86_pkg_temp</SensorType>
            <Temperature>70000</Temperature>
            <type>passive</type>
            <ControlType>SEQUENTIAL</ControlType>
            <CoolingDevice>
              <index>1</index>
              <type>rapl_controller</type>
              <influence>100</influence>
            </CoolingDevice>
            <CoolingDevice>
              <index>2</index>
              <type>intel_pstate</type>
              <influence>90</influence>
            </CoolingDevice>
            <CoolingDevice>
              <index>3</index>
              <type>intel_powerclamp</type>
              <influence>80</influence>
            </CoolingDevice>
            <CoolingDevice>
              <index>4</index>
              <type>Processor</type>
              <influence>70</influence>
            </CoolingDevice>
          </TripPoint>
        </TripPoints>
      </ThermalZone>
    </ThermalZones>
  </Platform>
</ThermalConfiguration>