-
Notifications
You must be signed in to change notification settings - Fork 49
add support for amd cpu,apu and gpu. #18
Comments
Unfortunately I don't own any AMD hardware, so I can't really support it. However I'll accept any pull requests for such support, even the widget is named "Intel P-state.... " :) Regarding NVidia support, as I already mentioned at #6 I personally never had the need to modify nvidia gpu parameters, and I would appreciate any suggestions about what options would you be interesting in modifying through the widget. |
I have AMD processors and wish to help, but have no idea how to contribute... |
find this repo to be useful: https://github.com/kevinlekiller/amdctl other repos that might be useful: https://github.com/ocerman/zenmonitor |
I can get the p-state information from this tool by
But I actually have no idea how can I set the p-state, this tool enables modification of voltages and frequencies of p-states |
That might be interesting! I'm a little bit busy at that time (and I guess for at least a couple of months more) but in any case, if you could create a PR, I'll for surre merge it..... at some time :\ Thanks for your help and feedback! |
Take a look at cpupower. It can handle all supported by kernel cpu |
Ryzen 5 3600 here, I'm willing to help to, but I can't contribute do any code, sorry. AMD support would be very neat :) |
@lapineige I would appreciate your feedback in a couple of questions. I'm actually implementing part of my widget in the upstream KDE, and there are some open questions regarding AMD support. Could you please email me and I'll come back to you. Thanks for your help! |
Hope this helps I just added some extra things to your scripts performance.sh `#!/bin/sh
` Powersave.sh `#!/bin/sh
` |
Hello @jsalatas, do you have any piece of news regarding that ? |
Hi! This is handled by Kai Uwe Broulik (from the KDE team) and hopefully we will see some initial implementation in 5.23 https://invent.kde.org/plasma/powerdevil/-/merge_requests/34#note_230681 Notice that recent kernels have introduced the platform profile API (https://www.kernel.org/doc/html/latest/userspace-api/sysfs-platform_profile.html) and I'm not sure at the moment how many devices and configurations are supported by that API. |
when used with amd processor cpu freq options dont work.
amd gpu/amd apu support to have frequency scaling.
if possible add support for nvidia gpu frequency scaling.
The text was updated successfully, but these errors were encountered: