Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fan control hysteresis #292

Merged
merged 5 commits into from
Mar 20, 2024
Merged

feat: fan control hysteresis #292

merged 5 commits into from
Mar 20, 2024

Conversation

ilya-zlobintsev
Copy link
Owner

#291

This PR adds 2 new options to fan control with a custom curve (only for RDNA2 and older, this is not exposed via PMFW on RDNA3):

  • Spindown delay - when a temperature (and the calculated fan speed) is lower than the previous reading, delay actually changing the fan speed for the specified duration, and re-check if it is still needed after it.
  • Speed change threshold - changes in temperature lower than this value will not affect the fan speed. This is helpful to avoid needlessly changing the PWM value for 1-2 degree changes.

@ilya-zlobintsev ilya-zlobintsev merged commit 0ad46e2 into master Mar 20, 2024
17 checks passed
@ilya-zlobintsev ilya-zlobintsev deleted the feature/hysteresis branch March 20, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant