Skip to content

Commit

Permalink
mali: increase voltage for the lowest level. fix freq steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Sep 4, 2012
1 parent e39f3af commit ce3f2ac
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ mali_dvfs_staycount_table mali_dvfs_staycount[MALI_DVFS_STEPS]={
/*step 3*/{0} };

mali_dvfs_table mali_dvfs[MALI_DVFS_STEPS]={
{108 ,1000000 , 900000},
{100 ,1000000 , 900000},
{160 ,1000000 , 950000},
{266 ,1000000 ,1000000},
{267 ,1000000 ,1000000},
{330 ,1000000 ,1100000} };
mali_dvfs_threshold_table mali_dvfs_threshold[MALI_DVFS_STEPS]={
{0 , 70},
Expand All @@ -92,23 +92,23 @@ int mali_dvfs_control=0;

static unsigned int asv_3d_volt_5_table[ASV_5_LEVEL][MALI_DVFS_STEPS] = {
/* L4(108MHz), L3(160MHz), L2(266MHz), L1(330MHz) */
{ 950000, 1000000, 1100000, 1150000}, /* S */
{ 950000, 1000000, 1100000, 1150000}, /* A */
{ 900000, 950000, 1000000, 1100000}, /* B */
{ 900000, 950000, 1000000, 1050000}, /* C */
{ 900000, 950000, 950000, 1000000}, /* D */
{ 975000, 1000000, 1100000, 1150000}, /* S */
{ 975000, 1000000, 1100000, 1150000}, /* A */
{ 925000, 950000, 1000000, 1100000}, /* B */
{ 925000, 950000, 1000000, 1050000}, /* C */
{ 925000, 950000, 950000, 1000000}, /* D */
};

static unsigned int asv_3d_volt_8_table[ASV_8_LEVEL][MALI_DVFS_STEPS] = {
/* L4(108MHz), L3(160MHz), L2(266MHz)), L1(330MHz) */
{ 950000, 1000000, 1100000, 1150000}, /* SS */
{ 950000, 1000000, 1100000, 1150000}, /* A1 */
{ 950000, 1000000, 1100000, 1150000}, /* A2 */
{ 900000, 950000, 1000000, 1100000}, /* B1 */
{ 900000, 950000, 1000000, 1100000}, /* B2 */
{ 900000, 950000, 1000000, 1050000}, /* C1 */
{ 900000, 950000, 1000000, 1050000}, /* C2 */
{ 900000, 950000, 950000, 1000000}, /* D1 */
{ 975000, 1000000, 1100000, 1150000}, /* SS */
{ 975000, 1000000, 1100000, 1150000}, /* A1 */
{ 975000, 1000000, 1100000, 1150000}, /* A2 */
{ 925000, 950000, 1000000, 1100000}, /* B1 */
{ 925000, 950000, 1000000, 1100000}, /* B2 */
{ 925000, 950000, 1000000, 1050000}, /* C1 */
{ 925000, 950000, 1000000, 1050000}, /* C2 */
{ 925000, 950000, 950000, 1000000}, /* D1 */
};
#endif

Expand Down

0 comments on commit ce3f2ac

Please sign in to comment.