hoc: make hiopt default yet again
This commit is contained in:
@@ -113,7 +113,7 @@ volatile CustomizeTable C = {
|
|||||||
.eristaGpuUV = 0,
|
.eristaGpuUV = 0,
|
||||||
.eristaGpuVmin = 810,
|
.eristaGpuVmin = 810,
|
||||||
|
|
||||||
.marikoGpuUV = 0,
|
.marikoGpuUV = 2,
|
||||||
/* Vmin past 795mV won't work due boot voltage being 800mV (can be adjusted though). */
|
/* Vmin past 795mV won't work due boot voltage being 800mV (can be adjusted though). */
|
||||||
.marikoGpuVmin = 610,
|
.marikoGpuVmin = 610,
|
||||||
.marikoGpuBootVolt = 800, /* Used during boot and when temp is <20°C */
|
.marikoGpuBootVolt = 800, /* Used during boot and when temp is <20°C */
|
||||||
|
|||||||
@@ -467,9 +467,9 @@ std::vector<std::string> ConfigInfoStrings(HocClkConfigValue val, bool isMariko,
|
|||||||
return {
|
return {
|
||||||
"GPU undervolt level",
|
"GPU undervolt level",
|
||||||
"Options:",
|
"Options:",
|
||||||
" - No Undervolt: No Undervolt...",
|
" - No Undervolt: No Undervolt, HOS default",
|
||||||
" - SLT Table: NVIDIA custom SLT Table",
|
" - 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",
|
" - HiOPT - 15mV: L4T Custom HiOPT table with a 15mV offset",
|
||||||
" - High UV: The highest undervolt table",
|
" - High UV: The highest undervolt table",
|
||||||
"Default: No Undervolt"
|
"Default: No Undervolt"
|
||||||
|
|||||||
@@ -2247,9 +2247,9 @@ protected:
|
|||||||
this->listElement->addItem(new CompactCategoryHeader("GPU Settings"));
|
this->listElement->addItem(new CompactCategoryHeader("GPU Settings"));
|
||||||
|
|
||||||
std::vector<NamedValue> gpuUvConfM = {
|
std::vector<NamedValue> gpuUvConfM = {
|
||||||
NamedValue("No Undervolt", 0),
|
NamedValue("No Undervolt", 0, "HOS Default"),
|
||||||
NamedValue("SLT Table", 1),
|
NamedValue("SLT Table", 1),
|
||||||
NamedValue("HiOPT Table", 2),
|
NamedValue("HiOPT Table", 2, "HOC Default"),
|
||||||
NamedValue("HiOPT - 15mV", 3),
|
NamedValue("HiOPT - 15mV", 3),
|
||||||
NamedValue("High UV Table", 4),
|
NamedValue("High UV Table", 4),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user