extend soc volt table

This commit is contained in:
Lightos1
2026-07-12 16:24:36 +02:00
parent ee3ac5c38a
commit 6309950402
7 changed files with 19 additions and 3 deletions

View File

@@ -215,6 +215,8 @@ volatile CustomizeTable C = {
0 /* >= 3133 */,
0 /* >= 3166 */,
0 /* >= 3200 */,
0 /* >= 3266 */,
0 /* >= 3333 */,
},
/* Advanced. */

View File

@@ -128,7 +128,7 @@ struct CustomizeTable {
u32 eristaGpuVoltArray[27];
u32 marikoGpuVoltArray[24];
s32 marikoSocVoltArray[26];
s32 marikoSocVoltArray[28];
u32 fineTune_t6_tRTW;
u32 fineTune_t7_tWTR;

View File

@@ -889,6 +889,8 @@ namespace ams::ldr::hoc::pcv::mariko {
{ 3133000, { DVB_OC(1025, 1000, 975, 23) }, },
{ 3166000, { DVB_OC(1037, 1012, 987, 24) }, },
{ 3200000, { DVB_OC(1050, 1025, 1000, 25) }, },
{ 3266000, { DVB_OC(1075, 1050, 1025, 26) }, },
{ 3333000, { DVB_OC(1100, 1075, 1050, 27) }, },
{ ~0u, { }, },
};
#undef DVB