add hiopt table for gpu undervolt

This commit is contained in:
hanabbi
2023-05-26 13:46:30 +09:00
parent f3303152b7
commit 3bbcbdae95
7 changed files with 62 additions and 27 deletions

View File

@@ -56,7 +56,8 @@ typedef struct CustomizeTable {
CustomizeCpuDvfsTable marikoCpuDvfsTable;
CustomizeGpuDvfsTable eristaGpuDvfsTable;
CustomizeGpuDvfsTable marikoGpuDvfsTable;
CustomizeGpuDvfsTable marikoGpuDvfsTableUV;
CustomizeGpuDvfsTable marikoGpuDvfsTableSLT;
CustomizeGpuDvfsTable marikoGpuDvfsTableHiOPT;
EristaMtcTable* eristaMtcTable;
MarikoMtcTable* marikoMtcTable;
} CustomizeTable;