GPU Max frequency is now 1497.6MHz; RAM clocks could be set in sys-clk-OC (1331 and Max); DRAM manu as suffixes in loader.kip file names for references; README
This commit is contained in:
@@ -100,7 +100,7 @@ namespace pcv {
|
||||
0xF1E94,
|
||||
0xF1EE4,
|
||||
};
|
||||
constexpr u32 NewGpuVoltageLimit = 1050; // default max 1050mV
|
||||
constexpr u32 NewGpuVoltageLimit = 1170; // default max 1050mV
|
||||
|
||||
constexpr u32 GpuTablesFreeSpace[] = {
|
||||
0xE3410,
|
||||
@@ -122,11 +122,11 @@ namespace pcv {
|
||||
// { 1228800, {}, { 1277303, -11675, -859, 0, 3722, 313 } },
|
||||
// { 1267200, {}, { 1335531, -12567, -867, 0, 3681, 559 } },
|
||||
{ 1305600, {}, { 955000 } },
|
||||
{ 1344000, {}, { 995000 } },
|
||||
// { 1382400, {}, { 1040000 } },
|
||||
// { 1420800, {}, { 1090000 } },
|
||||
// { 1459200, {}, { 1145000 } },
|
||||
// { 1497600, {}, { 1200000 } },
|
||||
{ 1344000, {}, { 990000 } },
|
||||
{ 1382400, {}, { 1030000 } },
|
||||
{ 1420800, {}, { 1075000 } },
|
||||
{ 1459200, {}, { 1120000 } },
|
||||
{ 1497600, {}, { 1170000 } },
|
||||
// { 1536000, {}, { 1250000 } },
|
||||
};
|
||||
static_assert(sizeof(NewGpuTables) <= sizeof(gpu_cvb_pll_table_t)*15);
|
||||
|
||||
Reference in New Issue
Block a user