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

zenpower integration for better CPU information on Zen CPUs #147

Open
sokorototo opened this issue Jan 10, 2024 · 3 comments
Open

zenpower integration for better CPU information on Zen CPUs #147

sokorototo opened this issue Jan 10, 2024 · 3 comments

Comments

@sokorototo
Copy link

There's this cool DKMS driver, https://github.com/ocerman/zenpower. It has extra bells and whistles for Zen CPUs and is used by mangophud to my best knowledge. Could we maybe check for the DKMS module and use its API to enrich the CPU results on Zen CPUs?

@sokorototo
Copy link
Author

If zenpower is installed, the extra information will be available via the sensors command:

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:   982.00 mV 
SVI2_SoC:    963.00 mV 
Tdie:         +47.6°C  (high = +95.0°C)
Tctl:         +47.6°C  
Tccd1:        +35.8°C  
SVI2_P_Core:  10.92 W  
SVI2_P_SoC:    4.53 W  
SVI2_C_Core:  11.20 A  
SVI2_C_SoC:    4.41 A  

@nokyan
Copy link
Owner

nokyan commented Jan 10, 2024

Hi, thanks for the suggestion.
For temperature readings, Resources already prefers zenpower, I think I might include total power usage as well.
I don't want to include every single sensor because that'd make the GUI less understandable, especially for people who don't know what SVI2_SoC for example means.

@sokorototo
Copy link
Author

sokorototo commented Jan 15, 2024

I am part of the people who don't know what SVI2_SoC means LOL. You could show the tDie and hotspot temperatures since those can maybe help the user notice an issue

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

No branches or pull requests

2 participants