Searched refs:cur_clk_step (Results 1 – 1 of 1) sorted by relevance
32 static int cur_clk_step = -1; variable100 if (cur_clk_step != clock_step) { in mali_pickup_closest_avail_clock()152 cur_clk_step = mali_gpu_get_freq(); in mali_dvfs_policy_realize()158 if (cur_clk_step != gpu_clk->num_of_steps - 1) { in mali_dvfs_policy_realize()166 if (cur_clk_step != 0) { in mali_dvfs_policy_realize()176 if (-1 != cur_clk_step) { in mali_dvfs_policy_realize()182 …target_clk_mhz = gpu_clk->item[cur_clk_step].clock * current_gpu_util * mali_desired_fps / under_p… in mali_dvfs_policy_realize()186 …target_clk_mhz = gpu_clk->item[cur_clk_step].clock * current_gpu_util / under_perform_boundary_val… in mali_dvfs_policy_realize()267 unsigned int cur_clk_step = 0; in mali_dvfs_policy_new_period() local269 cur_clk_step = mali_gpu_get_freq(); in mali_dvfs_policy_new_period()[all …]