Raise default gpu high uv limits to 1305
From the knowledge gained from ina tests and math, the pmic limits have been busted. Raising the limits to 1305 (max supported by dvfs tables) is quite reasonable. Up to 1420MHz gpu is theoretically below pmic limits even on terrible binning. CPU limits remaing unchanged due to voltage concerns.
This commit is contained in:
@@ -177,8 +177,8 @@ volatile CustomizeTable C = {
|
||||
AUTO /* 1075 */,
|
||||
AUTO /* 1152 (HioPT / High UV only!) */,
|
||||
AUTO /* 1228 (High UV Only!) */,
|
||||
DEACTIVATED_GPU_FREQ /* 1267 (Disabled by default) */,
|
||||
DEACTIVATED_GPU_FREQ /* 1305 (Disabled by default) */,
|
||||
AUTO /* 1267 (High UV Only!) */,
|
||||
AUTO /* 1305 (High UV Only!) */,
|
||||
DEACTIVATED_GPU_FREQ /* 1344 (Disabled by default) */,
|
||||
DEACTIVATED_GPU_FREQ /* 1382 (Disabled by default) */,
|
||||
DEACTIVATED_GPU_FREQ /* 1420 (Disabled by default) */,
|
||||
|
||||
Reference in New Issue
Block a user