mirror of
https://github.com/Dasharo/ec.git
synced 2026-06-13 10:16:44 -07:00
common/{dgpu,peci}.c: increase board heatup size
This restores results in similar behabior to v0.9.0 where it takes a much longer time for the fans to spin up, resulting in a quieter laptop during bursty CPU loads. Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
committed by
Filip Lewiński
parent
b2e45e936e
commit
7e1b941d35
@@ -17,7 +17,7 @@
|
||||
|
||||
// Fan speed is the lowest requested over HEATUP seconds
|
||||
#ifndef BOARD_DGPU_HEATUP
|
||||
#define BOARD_DGPU_HEATUP 4
|
||||
#define BOARD_DGPU_HEATUP 12
|
||||
#endif
|
||||
|
||||
static uint8_t FAN_HEATUP[BOARD_DGPU_HEATUP] = { 0 };
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
// Fan speed is the lowest requested over HEATUP seconds
|
||||
#ifndef BOARD_HEATUP
|
||||
#define BOARD_HEATUP 4
|
||||
#define BOARD_HEATUP 12
|
||||
#endif
|
||||
|
||||
static uint8_t FAN_HEATUP[BOARD_HEATUP] = { 0 };
|
||||
|
||||
Reference in New Issue
Block a user