Searched refs:best_score (Results 1 – 3 of 3) sorted by relevance
2249 int my_score, best_score, score; in drm_pick_crtcs() local2260 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()2262 return best_score; in drm_pick_crtcs()2267 return best_score; in drm_pick_crtcs()2320 if (score > best_score) { in drm_pick_crtcs()2321 best_score = score; in drm_pick_crtcs()2329 return best_score; in drm_pick_crtcs()
894 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local899 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()901 best_score = score; in of_flat_dt_match_machine()
1017 int score, best_score = 0; in __of_match_node() local1025 if (score > best_score) { in __of_match_node()1027 best_score = score; in __of_match_node()