Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c638 u32 vco_freq_temp; in rv6xx_find_memory_clock_with_highest_vco() local
642 vco_freq_temp = rv6xx_calculate_vco_frequency(ref_clk, &req_dividers, in rv6xx_find_memory_clock_with_highest_vco()
645 if (vco_freq_temp > *vco_freq) { in rv6xx_find_memory_clock_with_highest_vco()
647 *vco_freq = vco_freq_temp; in rv6xx_find_memory_clock_with_highest_vco()