Skip to content

Commit 9c6b5e7

Browse files
kiram9JohnAZoidberg
authored andcommitted
fwk: hx30 update thermal filter coeff
delay fan ramp time to emulate our more pleasing platforms. This allows the fan to be less noticable. Signed-off-by: Kieran Levin <ktl@frame.work>
1 parent 2881db6 commit 9c6b5e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

baseboard/fwk/thermal.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
/* 1590,-3130,1590,-31527,15193,14 */
2828
/* */
2929
const int32_t apu_coeff[6] = {
30-
22, 44, 22, 16384, -31023, 14727
30+
/* f1=0.07 */
31+
8, 15, 8, 16384, -31749, 15396
3132
};
3233
struct biquad apu_filtered = {
3334
.coeff = apu_coeff,

0 commit comments

Comments
 (0)