Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c129 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local
152 freq_error = 10000 - in mrst_sdvo_find_best_pll()
155 if (freq_error < -min_error) { in mrst_sdvo_find_best_pll()
156 /* freq_error will start to decrease at in mrst_sdvo_find_best_pll()
161 if (freq_error < 0) in mrst_sdvo_find_best_pll()
162 freq_error = -freq_error; in mrst_sdvo_find_best_pll()
164 if (freq_error < min_error) { in mrst_sdvo_find_best_pll()
165 min_error = freq_error; in mrst_sdvo_find_best_pll()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c132 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local
155 freq_error = 10000 - in mrst_sdvo_find_best_pll()
158 if (freq_error < -min_error) { in mrst_sdvo_find_best_pll()
159 /* freq_error will start to decrease at in mrst_sdvo_find_best_pll()
164 if (freq_error < 0) in mrst_sdvo_find_best_pll()
165 freq_error = -freq_error; in mrst_sdvo_find_best_pll()
167 if (freq_error < min_error) { in mrst_sdvo_find_best_pll()
168 min_error = freq_error; in mrst_sdvo_find_best_pll()

Completed in 2 milliseconds