Skip to content

Commit

Permalink
thermal: Adjust first MONITOR GPU throttling threshold
Browse files Browse the repository at this point in the history
Current first MONITOR section settings (throttling GPU to 430Mhz)
impacting performance a lot. Based on latest safety results increase
this to 565Mhz will not impacting thermal performance and safety.
Therefore adjust to higher GPU freq to give some more headroom.

Bug: 150762543
Test: boot to home and thermal throttling works properly.
      PtsThermalHalTestCases test pass.

Change-Id: Icc61ff7ab55f025474addb98ad196c7c8abb7618
  • Loading branch information
davidchao committed Mar 18, 2020
1 parent f02880d commit 926dc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thermal-engine-sunfish.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ device gpu
sampling 1000
set_point 8000
set_point_clr 2000
device_max_limit 430000000
device_max_limit 565000000

[SKIN-MONITOR]
algo_type monitor
Expand All @@ -45,7 +45,7 @@ sensor skin-therm-adc
thresholds 48000 49000 50000 61000
thresholds_clr 47000 48000 49000 60000
actions cpu0+cpu7+gpu cpu0+cpu7+gpu cpu0+cpu7+gpu shutdown
action_info 1248000+1324800+430000000 1017600+1094400+355000000 768000+806400+267000000 1
action_info 1248000+1324800+565000000 1017600+1094400+430000000 768000+806400+267000000 1

[FCC-MONITOR]
algo_type monitor
Expand Down

0 comments on commit 926dc04

Please sign in to comment.