| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok mortimer@ mpi@ deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before we were losing some precision in the raw value sensor conversion.
raw: 478 before: 59.70 after: 59.75 real: 59.750
raw: 479 before: 59.80 after: 59.88 real: 59.875
raw: 480 before: 60.00 after: 60.00 real: 60.000
Tested on Ryzen 7 2700X, Ryzen 5 2500U, and Zen2 by nte.
Diff and feedback from nte <lists at nte.email>
|
|
|
|
|
|
|
|
|
|
|
| |
stable result when idle and under some load.
Tested by abieber@ on a R7 PRO 2700U, also by me on a R5 2500U MateBook D,
and a R7 2700X desktop.
Discussed with @nte@bsd.network.
OK abieber@
|
|
This currently supports Family 17h Zen/Zen+/Zen2 CPUs. The are still
some issues with the scaler on certain models that can be fixed later.
AMD Ryzen 2700X:
hw.sensors.ksmn0.temp0=47.50 degC
Tested by several people.
"Make a move" deraadt@
|