You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MemRcdParity(default1, id 0x647d_7662) | pub get bool:pub set bool,
10372
10381
MemRcdParityMode(default1, id 0xc4f7_c913) | pub get MemRcdParityMode:pub set MemRcdParityMode,
10382
+
/// How many times to try Specific RCD vendor workaround
10383
+
MemRcdSpecificVendorRetryCount(default5, id 0x7246_00ac) | pub get u8:pub set u8,
10384
+
10373
10385
// Byte just like AMD
10374
10386
CbsMemUncorrectedEccRetryDdr4(default1, id 0xbff0_0125) | pub get bool:pub set bool,
10375
10387
/// UMC::CH::SpazCtrl::UrgRefLimit; value: 1...6 (as in register mentioned first)
@@ -10416,6 +10428,19 @@ make_token_accessors! {
10416
10428
MemDisplayPmuTrainingResults(default0, id 0xb8a6_3eba) | pub get MemPmuTrainingResultOutput:pub set MemPmuTrainingResultOutput,
10417
10429
/// See UMC::CH::ThrottleCtrl[ForcePwrDownThrotEn].
10418
10430
MemForcePowerDownThrottleEnableTurin(default1, id 0x1084_9d6c) | pub get MemForcePowerDownThrottleEnable:pub set MemForcePowerDownThrottleEnable,// used to be bool.
10431
+
/// Whether PM should manage throttling--and measure sensor on DIMM
10432
+
MemThermalThrottleEnable(default0, id 0xbce9_0051) | pub get MemThermalThrottleEnable:pub set MemThermalThrottleEnable,// note: default unknown
10433
+
10434
+
/// 40...100; point where memory throttling starts; in °C
10435
+
MemThermalThrottleStartInC(default40, id 0x1449_3d4b) | pub get u8:pub set u8,// note: default unknown
10436
+
/// 1...50; how many °C below MemThermalThrottleStartInC until we stop throttling
10437
+
MemThermalThrottleSchmittGapInC(default5, id 0x2205_08e7) | pub get u8:pub set u8,// note: default unknown
10438
+
/// Throttling as percentage of max, if temperature exceeded by 10 °C or more
10439
+
MemThermalThrottlePercentIfTempExceededBy10CAbove(default80, id 0x0141_8fff) | pub get u8:pub set u8,// note: default unknown
10440
+
/// Throttling as percentage of max, if temperature exceeded by 5 °C or more
10441
+
MemThermalThrottlePercentIfTempExceededBy5CAbove(default80, id 0xec5a_c113) | pub get u8:pub set u8,// note: default unknown
10442
+
/// Throttling as percentage of max, if temperature exceeded by 0 °C or more
10443
+
MemThermalThrottlePercentIfTempExceededBy0CAbove(default80, id 0x0645_8213) | pub get u8:pub set u8,// note: default unknown
0 commit comments