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

GPU Temperature via EC Registers - how to use? #678

Closed
rolla-costa opened this issue May 2, 2019 · 2 comments
Closed

GPU Temperature via EC Registers - how to use? #678

rolla-costa opened this issue May 2, 2019 · 2 comments
Labels

Comments

@rolla-costa
Copy link

As discussed in #203 it would be nice to also include GPU temperature to determine necessary fan speed. @chandradeepdey pointed out it is possible to read GPU temperature via EC registers on his machine. Using ec-probe and MSI Afterburner it took less than five minutes to find out the GPU temperature EC register on my laptop. How could I make use of that knowledge? A simple maximum(T-CPU, T-GPU) would be completely fine.

@hirschmann
Copy link
Owner

Currently there is no easy way to make use of this knowledge. You'd have to create a temperature plugin for NBFC which reads from the register you found.

This class shows how a NBFC temperature plugin should look like:
https://github.com/hirschmann/nbfc/blob/master/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/CpuTemperatureMonitor.cs

This class implements methods to access the EC:
https://github.com/hirschmann/nbfc/blob/master/Core/Plugins/StagWare.Hardware.LPC/EmbeddedControllerBase.cs

@github-actions
Copy link

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants