auto adj fixes
This commit is contained in:
@@ -280,15 +280,14 @@ var AdvTable: Array<AdvEntry> = [
|
||||
"Select Timing Preset for both AUTO_ADJ and CUSTOM_ADJ",
|
||||
"Values are : tRCD - tRP - tRAS (tRC = tRP + tRAS)",
|
||||
"0 : Do Not Adjust (CUST_ADJ only)",
|
||||
"1 : 19 - 19 - 44",
|
||||
"2 : 18 - 18 - 42 (Default timing)",
|
||||
"3 : 17 - 17 - 39",
|
||||
"4 : 16 - 16 - 36",
|
||||
"5 : 15 - 15 - 35",
|
||||
"6 : 14 - 14 - 34",
|
||||
"7 : 13 - 13 - 33"],
|
||||
0,
|
||||
[0,7],
|
||||
"1 : 18 - 18 - 42 (Default timing)",
|
||||
"2 : 17 - 17 - 39",
|
||||
"3 : 16 - 16 - 36",
|
||||
"4 : 15 - 15 - 35",
|
||||
"5 : 14 - 14 - 34",
|
||||
"6 : 13 - 13 - 33"],
|
||||
1,
|
||||
[0,6],
|
||||
1,
|
||||
),
|
||||
new AdvEntry(
|
||||
@@ -300,14 +299,13 @@ var AdvTable: Array<AdvEntry> = [
|
||||
"Secondary Timing Preset for both AUTO_ADJ and CUSTOM_ADJ",
|
||||
"Values are : tRRD - tFAW - tRTP",
|
||||
"0 : Do Not Adjust (CUST_ADJ only)",
|
||||
"1 : 12 - 48 - 10",
|
||||
"2 : 10 - 40 - 7.5 (Default timing) (3733 specs)",
|
||||
"3 : 7.5 - 30 - 7.5 (4266 specs)",
|
||||
"4 : 6 - 24 - 6",
|
||||
"5 : 4 - 16 - 6",
|
||||
"6 : 2 - 8 - 5",],
|
||||
0,
|
||||
[0,6],
|
||||
"1 : 10 - 40 - 7.5 (Default timing) (3733 specs)",
|
||||
"2 : 7.5 - 30 - 7.5 (4266 specs)",
|
||||
"3 : 6 - 24 - 6",
|
||||
"4 : 4 - 16 - 6",
|
||||
"5 : 2 - 8 - 5",],
|
||||
1,
|
||||
[0,5],
|
||||
1,
|
||||
)
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user