Searched refs:vco_frequency (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.h32 u32 vco_frequency; member in struct:rv6xx_sclk_stepping
H A Drv6xx_dpm.c154 step->vco_frequency = clock * step->post_divider;
183 fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >>
202 next.vco_frequency = (cur->vco_frequency * (100 + step_size)) / 100;
204 next.vco_frequency = (cur->vco_frequency * 100 + 99 + step_size) / (100 + step_size);
214 ((cur->vco_frequency * target->post_divider) <=
215 (target->vco_frequency * (cur->post_divider - 1)));
235 return (increasing_vco && (cur->vco_frequency >= target->vco_frequency)) ||
[all...]

Completed in 371 milliseconds