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

@@ -169,15 +169,4 @@ Result hocClkIpcGetKipData()
{
u32 temp = 0;
return serviceDispatchIn(&g_sysclkSrv, HocClkIpcCmd_GetKipData, temp);
}
Result hocClkIpcUpdateEmcRegs()
{
u32 temp = 0;
return serviceDispatchIn(&g_sysclkSrv, HocClkIpcCmd_UpdateEmcRegs, temp);
}
Result hocClkIpcCalculateGpuVmin()
{
u32 temp = 0;
return serviceDispatchIn(&g_sysclkSrv, HocClkIpcCmd_CalculateGpuVmin, temp);
}