irusanov / SMUDebugTool

A dedicated tool to help write/read various parameters of Ryzen-based systems, such as manual overclock, SMU, PCI, CPUID, MSR and Power Table.
GNU General Public License v3.0
61 stars 5 forks source link

Add ability to lock/disable a core from CO adjustment #10

Open GibsonSoft opened 5 months ago

GibsonSoft commented 5 months ago

Just a thought I had while running through CO optimization that I wanted to dump here before I forget.

it would be nice to be able to "lock" a specific core/cores into a known good offset while adjusting the CCD offset for the rest of the cores. Something like a checkbox next to each core, along with disabling the text field for editing. I imagine it would have to be saved as part of the profile as well.

I could see this helping a lot for those that use the tool for testing and adjusting COs on the fly to make sure tested and verified cores aren't accidently changed.

Thanks for developing and releasing SMUDebug!