Skip to content

Commit

Permalink
reduce undervolting to -50mV per step for cpu and gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
libcg committed Aug 12, 2013
1 parent 40ea82d commit 3de4bea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions arch/arm/mach-exynos/cpufreq-4210.c
Expand Up @@ -160,12 +160,12 @@ static const unsigned int asv_voltage_B[CPUFREQ_LEVEL_END][5] = {
* @500 :
* @200 :
*/
{ 1350000, 1350000, 1200000, 1250000, 1225000 },
{ 1325000, 1275000, 1100000, 1175000, 1150000 },
{ 1225000, 1175000, 1000000, 1075000, 1050000 },
{ 1150000, 1100000, 900000, 1000000, 975000 },
{ 1050000, 1000000, 875000, 950000, 950000 },
{ 1025000, 975000, 850000, 950000, 950000 },
{ 1350000, 1350000, 1250000, 1250000, 1225000 },
{ 1325000, 1275000, 1175000, 1175000, 1150000 },
{ 1225000, 1175000, 1075000, 1075000, 1050000 },
{ 1150000, 1100000, 1000000, 1000000, 975000 },
{ 1050000, 1000000, 900000, 950000, 950000 },
{ 1025000, 975000, 900000, 950000, 950000 },

};

Expand Down
Expand Up @@ -90,7 +90,7 @@ static unsigned int asv_3d_volt_5_table[ASV_5_LEVEL][MALI_DVFS_STEPS] = {
/* L3 (134MHz), L2(200MHz), L1(267MHz) */
{1000000, 1000000, 1100000}, /* S */
{1000000, 1000000, 1100000}, /* A */
{ 800000, 850000, 900000}, /* B */
{ 850000, 900000, 950000}, /* B */
{ 950000, 950000, 1000000}, /* C */
{ 950000, 950000, 950000}, /* D */
};
Expand Down

0 comments on commit 3de4bea

Please sign in to comment.