all: new GPU UV features

This commit is contained in:
souldbminersmwc
2026-05-30 17:32:06 -04:00
parent 0d5558f876
commit 5540a96af1
12 changed files with 159 additions and 54 deletions

View File

@@ -119,7 +119,7 @@ struct CustomizeTable {
u32 marikoGpuBootVolt;
u32 marikoGpuVmax;
u32 commonGpuVoltOffset;
s32 commonGpuVoltOffset;
u32 eristaGpuVoltArray[27];
u32 marikoGpuVoltArray[24];
@@ -145,6 +145,8 @@ struct CustomizeTable {
CustomizeGpuDvfsTable marikoGpuDvfsTable;
CustomizeGpuDvfsTable marikoGpuDvfsTableSLT;
CustomizeGpuDvfsTable marikoGpuDvfsTableHiOPT;
CustomizeGpuDvfsTable marikoGpuDvfsTableHiOPT15;
CustomizeGpuDvfsTable marikoGpuDvfsTableHighUV;
};