timing fixes

This commit is contained in:
Lightos1
2026-01-02 21:25:37 +01:00
parent 02cac5e244
commit 1e5b702228
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ enum MtcConfig: u32 {
};
enum TableConfig: u32 {
AUTO_DEPRECATED = 0, /* Auto is not supported yet. */
DEFAULT_TABLE = 1,
TBREAK_1581 = 2,
TBREAK_1683 = 3,

View File

@@ -52,7 +52,7 @@ namespace ams::ldr::oc::pcv::mariko {
{2'233'000, 0x19}, {2'266'000, 0x1A}, {2'300'000, 0x1B},
{2'333'000, 0x1B}, {2'366'000, 0x1B}, {2'400'000, 0x1B},
{2'433'000, 0x1B}, {2'466'000, 0x1B}, {2'500'000, 0x1A},
{2'533'000, 0x1C}, {2'566'000, 0x1B}, {2'600'000, 0x17},
{2'533'000, 0x1C}, {2'566'000, 0x1B}, {2'600'000, 0x1B},
{2'633'000, 0x1B}, {2'666'000, 0x1B}, {2'700'000, 0x1C},
{2'733'000, 0x1C}, {2'766'000, 0x1D}, {2'800'000, 0x1D},
{2'833'000, 0x1D}, {2'866'000, 0x1D}, {2'900'000, 0x1D},
@@ -81,6 +81,7 @@ namespace ams::ldr::oc::pcv::mariko {
{2'500'000, -1},
{2'533'000, -2},
{2'566'000, -1},
{2'600'000, -1},
{2'633'000, -1},
{2'666'000, -1},
{2'700'000, -2},
@@ -159,6 +160,7 @@ namespace ams::ldr::oc::pcv::mariko {
{2'466'000, 2},
{2'500'000, 1},
{2'533'000, -1},
{2'600'000, 1},
{2'700'000, -1},
{2'733'000, -1},
{2'766'000, 1},

View File

@@ -300,7 +300,6 @@ namespace ams::ldr::oc::pcv {
if (isMariko) {
switch (C.tableConf) {
case AUTO_DEPRECATED:
case TBREAK_1683: {
customize_table = const_cast<cvb_entry_t *>(C.marikoCpuDvfsTable1683Tbreak);
break;