Home
last modified time | relevance | path

Searched refs:vco_frequency (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
Drv6xx_dpm.c155 step->vco_frequency = clock * step->post_divider; in rv6xx_convert_clock_to_stepping()
184 fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >> in rv6xx_output_stepping()
203 next.vco_frequency = (cur->vco_frequency * (100 + step_size)) / 100; in rv6xx_next_vco_step()
205 next.vco_frequency = (cur->vco_frequency * 100 + 99 + step_size) / (100 + step_size); in rv6xx_next_vco_step()
215 ((cur->vco_frequency * target->post_divider) <= in rv6xx_can_step_post_div()
216 (target->vco_frequency * (cur->post_divider - 1))); in rv6xx_can_step_post_div()
236 return (increasing_vco && (cur->vco_frequency >= target->vco_frequency)) || in rv6xx_reached_stepping_target()
237 (!increasing_vco && (cur->vco_frequency <= target->vco_frequency)); in rv6xx_reached_stepping_target()
254 increasing_vco = (target.vco_frequency >= cur.vco_frequency); in rv6xx_generate_steps()
276 (next.vco_frequency != target.vco_frequency)) { in rv6xx_generate_steps()
[all …]
Drv6xx_dpm.h33 u32 vco_frequency; member