Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c154 step->vco_frequency = clock * step->post_divider; in rv6xx_convert_clock_to_stepping()
183 fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >> in rv6xx_output_stepping()
202 next.vco_frequency = (cur->vco_frequency * (100 + step_size)) / 100; in rv6xx_next_vco_step()
204 next.vco_frequency = (cur->vco_frequency * 100 + 99 + step_size) / (100 + step_size); in rv6xx_next_vco_step()
214 ((cur->vco_frequency * target->post_divider) <= in rv6xx_can_step_post_div()
215 (target->vco_frequency * (cur->post_divider - 1))); in rv6xx_can_step_post_div()
235 return (increasing_vco && (cur->vco_frequency >= target->vco_frequency)) || in rv6xx_reached_stepping_target()
236 (!increasing_vco && (cur->vco_frequency <= target->vco_frequency)); in rv6xx_reached_stepping_target()
253 increasing_vco = (target.vco_frequency >= cur.vco_frequency); in rv6xx_generate_steps()
275 (next.vco_frequency != target.vco_frequency)) { in rv6xx_generate_steps()
[all …]
H A Drv6xx_dpm.h33 u32 vco_frequency; member