Sync dGPU and PECI fans (at highest requested duty)
This commit is contained in:
committed by
Jeremy Soller
parent
73b4e42726
commit
f0c42f5839
@ -22,7 +22,7 @@ void pwm_init(void) {
|
||||
// Set cycle time to 255 + 1
|
||||
CTR0 = 255;
|
||||
|
||||
// Turn off CPU fan (temperature control in peci_event)
|
||||
// Turn off CPU fan (temperature control in peci_get_fan_duty)
|
||||
DCR2 = 0;
|
||||
|
||||
// Enable PWM
|
||||
|
Reference in New Issue
Block a user