sysclk: remove live timing update and fix profile change dvfs bug

This commit is contained in:
souldbminersmwc
2026-02-12 16:15:25 -05:00
parent afddb963a9
commit 5ef56bed25
9 changed files with 9 additions and 251 deletions

View File

@@ -63,7 +63,6 @@ class Board
static std::uint32_t GetVoltage(HocClkVoltage voltage);
static u8 GetFanRotationLevel();
static u8 GetDramID();
static void UpdateShadowRegs(u32 tRCD_i, u32 tRP_i, u32 tRAS_i, u32 tRRD_i, u32 tRFC_i, u32 tRTW_i, u32 tWTR_i, u32 tREFpb_i, u32 ramFreq, u32 rlAdd, u32 wlAdd, bool hpMode);
static bool IsDram8GB();
protected:
static void FetchHardwareInfos();