re-add sys-clk manager, default to mtc auto adj (others are useless), new gpu table for erista units, custom sys-clk updates
This commit is contained in:
souldbminersmwc
2025-09-18 22:20:44 -04:00
parent f3eae72b47
commit 342f9dd116
203 changed files with 55075 additions and 189 deletions

View File

@@ -42,6 +42,5 @@ class IpcService
LockableMutex threadMutex;
IpcServer server;
ClockManager* clockMgr;
bool uncappedClocks = 0;
protected:
};