Skip to content

Commit

Permalink
Calibrate thermal trip points for MTL platform.
Browse files Browse the repository at this point in the history
Updated fine tuned temperature trip points and rapl power limits for
Meteorlake platform.

Test Done -
Platform : MTL NUC

Tracked-On: OAM-126521
Signed-off-by: Rajani Ranjan <[email protected]>
  • Loading branch information
RajaniRanjan committed Oct 18, 2024
1 parent ca0342c commit f91de66
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions thermal/thermal-daemon/thermal-conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,15 +459,15 @@
<TripPoints>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>85000</Temperature>
<Temperature>65000</Temperature>
<Type>Passive</Type>
<CoolingDevice>
<Type>rapl_limit_1</Type>
</CoolingDevice>
</TripPoint>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>95000</Temperature>
<Temperature>75000</Temperature>
<Type>Passive</Type>
<CoolingDevice>
<Type>rapl_limit_2</Type>
Expand All @@ -480,7 +480,7 @@
<TripPoints>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>100000</Temperature>
<Temperature>104000</Temperature>
<Type>Critical</Type>
</TripPoint>
</TripPoints>
Expand All @@ -490,18 +490,18 @@
<CoolingDevice>
<Type>rapl_limit_1</Type>
<Path>/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw</Path>
<MinState>12000000</MinState>
<MinState>64000000</MinState>
<ReadBack>0</ReadBack>
<MaxState>8000000</MaxState>
<IncDecStep>-200000</IncDecStep>
<MaxState>54000000</MaxState>
<IncDecStep>-800000</IncDecStep>
</CoolingDevice>
<CoolingDevice>
<Type>rapl_limit_2</Type>
<Path>/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw</Path>
<MinState>8000000</MinState>
<MinState>54000000</MinState>
<ReadBack>0</ReadBack>
<MaxState>6000000</MaxState>
<IncDecStep>-200000</IncDecStep>
<MaxState>44000000</MaxState>
<IncDecStep>-800000</IncDecStep>
</CoolingDevice>
</CoolingDevices>
</Platform>
Expand Down

0 comments on commit f91de66

Please sign in to comment.