loader: remove static table and patch coefficients instead
This commit is contained in:
@@ -315,9 +315,6 @@ Result FileUtils::CustParser(const char* filepath, size_t filesize) {
|
||||
case 2:
|
||||
gpu_dvfs_table = &table.marikoGpuDvfsTableHiOPT;
|
||||
break;
|
||||
case 3:
|
||||
gpu_dvfs_table = &table.marikoGpuStaticTable;
|
||||
break;
|
||||
default:
|
||||
gpu_dvfs_table = &table.marikoGpuDvfsTable;
|
||||
break;
|
||||
|
||||
@@ -73,7 +73,6 @@ typedef struct CustTable {
|
||||
CustomizeGpuDvfsTable marikoGpuDvfsTable;
|
||||
CustomizeGpuDvfsTable marikoGpuDvfsTableSLT;
|
||||
CustomizeGpuDvfsTable marikoGpuDvfsTableHiOPT;
|
||||
CustomizeGpuDvfsTable marikoGpuStaticTable;
|
||||
//void* eristaMtcTable;
|
||||
//void* marikoMtcTable;
|
||||
} CustTable;
|
||||
|
||||
Reference in New Issue
Block a user