Home
last modified time | relevance | path

Searched refs:target_vco (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c128 u32 target_vco, actual_freq; in mrst_sdvo_find_best_pll() local
141 target_vco = target * clock.p; in mrst_sdvo_find_best_pll()
144 if (target_vco > limit->vco.max) in mrst_sdvo_find_best_pll()
147 if (target_vco < limit->vco.min) in mrst_sdvo_find_best_pll()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c131 u32 target_vco, actual_freq; in mrst_sdvo_find_best_pll() local
144 target_vco = target * clock.p; in mrst_sdvo_find_best_pll()
147 if (target_vco > limit->vco.max) in mrst_sdvo_find_best_pll()
150 if (target_vco < limit->vco.min) in mrst_sdvo_find_best_pll()

Completed in 3 milliseconds