Skip to content

Commit

Permalink
mali: a tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanmoral committed Aug 22, 2012
1 parent be5f503 commit 3e81660
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -90,13 +90,6 @@ mali_dvfs_staycount_table mali_dvfs_staycount[MALI_DVFS_STEPS]={
// L3 = 266Mhz, 0.90V
// L4 = 160Mhz, 0.875V

mali_dvfs_table mali_dvfs_all[MAX_MALI_DVFS_STEPS]={
{160 ,1000000 , 875000},
{266 ,1000000 , 900000},
{350 ,1000000 , 950000},
{440 ,1000000 , 1025000},
{533 ,1000000 , 1075000} };

mali_dvfs_table mali_dvfs[MALI_DVFS_STEPS]={
{160 ,1000000 , 875000},
#if (MALI_DVFS_STEPS > 1)
Expand Down Expand Up @@ -188,7 +181,6 @@ mali_bool set_mali_dvfs_current_step(unsigned int step)
static mali_bool set_mali_dvfs_status(u32 step,mali_bool boostup)
{
u32 validatedStep=step;
int err;

#ifdef CONFIG_REGULATOR
if (mali_regulator_get_usecount() == 0) {
Expand Down Expand Up @@ -278,7 +270,6 @@ static mali_bool mali_dvfs_table_update(void)
static unsigned int decideNextStatus(unsigned int utilization)
{
static unsigned int level = 0; // 0:stay, 1:up
static int mali_dvfs_clk = 0;

if (mali_runtime_resumed >= 0) {
level = mali_runtime_resumed;
Expand Down

0 comments on commit 3e81660

Please sign in to comment.