sbski / Renoir-Mobile-Tuning

Control power and temperature limits on AMD Renoir powered laptops.
GNU General Public License v3.0
228 stars 17 forks source link

Add Default values #1

Closed shmuli9 closed 3 years ago

shmuli9 commented 4 years ago

Useful bit of kit, thanks,

Can you add the default values (at time of app start) somehwere so they can be referred back to...

Thank you

sbski commented 4 years ago

I can work on it in a bit here. I need to find a good way to pull and monitor the SMU/STAPM values first. I also need to get a security exploit that I discovered dealt with first. I would have to dump the Power Management Table in windows and I don't know the actual way to do that yet. I am working on a real application called Ryzen Mobile Overdrive (name might change) but it will have that feature

shmuli9 commented 4 years ago

Looking forward to RMO! Sounds awesome

I've noticed on my 4800u laptop, thermals are not the limiting factor at all, its all power limits etc,s o very excited for a power management tool

sbski commented 4 years ago

I got the first part of this implemented. I can get communication with the SMU directly and can transfer the PM table to a physical RAM address. I just need to figure out how to read said RAM address 😄

sbski commented 3 years ago

Update with this is coming soon along with other features. I am VERY exited to show off what I have been working on.

shmuli9 commented 3 years ago

Looking forward @sbski

sbski commented 3 years ago

Looking forward @sbski

It only took me like ~ 9 months to make this happen from an idea I had in December of last year. It's been an adventure and I can't wait to add support for other processors.

sbski commented 3 years ago

Version 1.0.0 Release Candidate implemented the changes. Thanks for the idea!