Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix manual TDP being set too frequent
Manual TDP was set every 1000 msec, in practice the SMU cannot handle faster then 1 Hz. Due to timing inaccuracies of the interval, sometimes this would be faster then 1000 msec, resulting odd issues like TDP not applying or worse, BSOD. Side note, this is also what AutoTDP is set to 1010 msec.
- Loading branch information