Add 1305 pll limit patch for mariko

This commit is contained in:
Lightos1
2025-12-02 17:31:17 +01:00
parent 554c103bf2
commit 2a0dac43d3
4 changed files with 29 additions and 9 deletions

View File

@@ -85,6 +85,8 @@ typedef struct CustomizeTable {
u32 marikoGpuVmin;
u32 marikoGpuVmax;
u32 marikoGpuFullUnlock;
u32 marikoGpuVoltArray[24];
u32 eristaGpuVoltArray[27];
@@ -96,10 +98,10 @@ typedef struct CustomizeTable {
CustomizeGpuDvfsTable eristaGpuDvfsTableSLT;
CustomizeGpuDvfsTable eristaGpuDvfsTableHigh;
CustomizeGpuDvfsTable marikoGpuDvfsTable;
CustomizeGpuDvfsTable marikoGpuDvfsTableSLT;
CustomizeGpuDvfsTable marikoGpuDvfsTableHiOPT;
} CustomizeTable;
extern volatile CustomizeTable C;