Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/gma500/
Doaktrail_crtc.c132 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local
158 if (freq_error < -min_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()
173 if (min_error == 0) in mrst_sdvo_find_best_pll()
177 return min_error == 0; in mrst_sdvo_find_best_pll()
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-common.c161 u32 error, min_error = U32_MAX; in __v4l2_find_nearest_size() local
173 if (error > min_error) in __v4l2_find_nearest_size()
176 min_error = error; in __v4l2_find_nearest_size()
/linux-6.6.21/drivers/video/fbdev/
Dsmscufx.c534 u32 min_error = clk_pixel_pll; in ufx_calc_pll_values() local
587 if (error < min_error) { in ufx_calc_pll_values()
588 min_error = error; in ufx_calc_pll_values()
602 if (min_error == 0) in ufx_calc_pll_values()