hoc: make hiopt default yet again
This commit is contained in:
@@ -467,9 +467,9 @@ std::vector<std::string> ConfigInfoStrings(HocClkConfigValue val, bool isMariko,
|
||||
return {
|
||||
"GPU undervolt level",
|
||||
"Options:",
|
||||
" - No Undervolt: No Undervolt...",
|
||||
" - No Undervolt: No Undervolt, HOS default",
|
||||
" - SLT Table: NVIDIA custom SLT Table",
|
||||
" - HiOPT: L4T Custom HiOPT table",
|
||||
" - HiOPT: L4T Custom HiOPT table, HOC Default",
|
||||
" - HiOPT - 15mV: L4T Custom HiOPT table with a 15mV offset",
|
||||
" - High UV: The highest undervolt table",
|
||||
"Default: No Undervolt"
|
||||
|
||||
@@ -2247,9 +2247,9 @@ protected:
|
||||
this->listElement->addItem(new CompactCategoryHeader("GPU Settings"));
|
||||
|
||||
std::vector<NamedValue> gpuUvConfM = {
|
||||
NamedValue("No Undervolt", 0),
|
||||
NamedValue("No Undervolt", 0, "HOS Default"),
|
||||
NamedValue("SLT Table", 1),
|
||||
NamedValue("HiOPT Table", 2),
|
||||
NamedValue("HiOPT Table", 2, "HOC Default"),
|
||||
NamedValue("HiOPT - 15mV", 3),
|
||||
NamedValue("High UV Table", 4),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user