ChefKissInc / SMCRadeonSensors

AMD GPU temperature monitoring on macOS. No commercial use.
https://chefkissinc.github.io/applehax/smcrs/
Other
165 stars 10 forks source link

Power readings #17

Open VisualEhrmanntraut opened 2 weeks ago

VisualEhrmanntraut commented 2 weeks ago

SMU/SMC metric table transfer requires allocating GPU memory. No idea how it could be done in this kext.

Raven-based iGPUs don't support power readings as far as I can tell.

VisualEhrmanntraut commented 1 week ago

current/voltage readings not possible (GPU doesn't expose such readings afaict)

VisualEhrmanntraut commented 6 days ago

voltage readings seem to exist actually, but not current. current can be inferred using power and voltage (Power (W) / Voltage (V) = Current (I))