Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/gma500/
Doaktrail_crtc.c130 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local
156 if (freq_error < -min_error) { in mrst_sdvo_find_best_pll()
165 if (freq_error < min_error) { in mrst_sdvo_find_best_pll()
166 min_error = freq_error; in mrst_sdvo_find_best_pll()
171 if (min_error == 0) in mrst_sdvo_find_best_pll()
175 return min_error == 0; in mrst_sdvo_find_best_pll()
/linux-5.19.10/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-5.19.10/drivers/video/fbdev/
Dsmscufx.c533 u32 min_error = clk_pixel_pll; in ufx_calc_pll_values() local
586 if (error < min_error) { in ufx_calc_pll_values()
587 min_error = error; in ufx_calc_pll_values()
601 if (min_error == 0) in ufx_calc_pll_values()