Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/gma500/
Doaktrail_crtc.c139 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local
161 freq_error = 10000 - in mrst_sdvo_find_best_pll()
164 if (freq_error < -min_error) { in mrst_sdvo_find_best_pll()
170 if (freq_error < 0) in mrst_sdvo_find_best_pll()
171 freq_error = -freq_error; in mrst_sdvo_find_best_pll()
173 if (freq_error < min_error) { in mrst_sdvo_find_best_pll()
174 min_error = freq_error; in mrst_sdvo_find_best_pll()