wip erista dvfs

This commit is contained in:
souldbminersmwc
2026-05-26 19:44:46 -04:00
parent fd3808fd82
commit 45332444ec
5 changed files with 73 additions and 49 deletions

View File

@@ -76,7 +76,6 @@ namespace board {
u32 hidrev = *(u32*)(apbVirtAddr + APB_MISC_GP_HIDREV);
if (((hidrev >> 4) & 0xF) >= GP_HIDREV_MAJOR_T210B01) {
gSocType = HocClkSocType_Mariko;
CacheGpuVoltTable();
} else {
gSocType = HocClkSocType_Erista;
}
@@ -194,6 +193,7 @@ namespace board {
display::Initialize(&cfg);
CacheDfllData();
CacheGpuVoltTable();
}
void Exit() {