You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow fan target duties to be set via ACPI or SMFI command. This will
allow system firmware or OS to set fan duty, which can be used for
testing or implementing user-defined fan tables.
Setting via SMFI already existed, but would not work as the value would
simply be overwritten by the EC. It keeps the behavior of using raw PWM
duty values.
Setting via ACPI takes a duty *percent* rather than a raw value, so that
EC can calculate the value based on CTR config and not have to leak such
details to the host firmware/OS.
RPM target is still not supported.
Signed-off-by: Tim Crawford <[email protected]>
0 commit comments