remove 2397, change cvb patch
This commit is contained in:
@@ -157,7 +157,7 @@ volatile CustomizeTable C = {
|
|||||||
{ 2091000, { 1716501, -39395, 27 }, { 1235000 } },
|
{ 2091000, { 1716501, -39395, 27 }, { 1235000 } },
|
||||||
{ 2193000, { 1775132, -40505, 27 }, { 1235000 } },
|
{ 2193000, { 1775132, -40505, 27 }, { 1235000 } },
|
||||||
{ 2295000, { 1866287, -42005, 27 }, { 1235000 } },
|
{ 2295000, { 1866287, -42005, 27 }, { 1235000 } },
|
||||||
{ 2397000, { 1961107, -43506, 27 }, { 1235000 } },
|
//{ 2397000, { 1961107, -43506, 27 }, { 1235000 } },
|
||||||
},
|
},
|
||||||
|
|
||||||
.marikoCpuDvfsTableSLT = {
|
.marikoCpuDvfsTableSLT = {
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ Result CpuFreqCvbTable(u32* ptr) {
|
|||||||
cvb_entry_t* customize_table = const_cast<cvb_entry_t *>(isMariko ? C.marikoCpuDvfsTable : C.eristaCpuDvfsTable);
|
cvb_entry_t* customize_table = const_cast<cvb_entry_t *>(isMariko ? C.marikoCpuDvfsTable : C.eristaCpuDvfsTable);
|
||||||
|
|
||||||
u32 cpu_max_volt = isMariko ? C.marikoCpuMaxVolt : C.eristaCpuMaxVolt;
|
u32 cpu_max_volt = isMariko ? C.marikoCpuMaxVolt : C.eristaCpuMaxVolt;
|
||||||
u32 cpu_freq_threshold = isMariko ? 1020'000 : 1785'000;
|
u32 cpu_freq_threshold = isMariko ? (C.marikoCpuUV ? 2193'000 : 2091'000) : 1887'000;
|
||||||
|
|
||||||
size_t default_entry_count = GetDvfsTableEntryCount(default_table);
|
size_t default_entry_count = GetDvfsTableEntryCount(default_table);
|
||||||
size_t default_table_size = default_entry_count * sizeof(cvb_entry_t);
|
size_t default_table_size = default_entry_count * sizeof(cvb_entry_t);
|
||||||
|
|||||||
Reference in New Issue
Block a user