Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_fb_helper.c2249 int my_score, best_score, score; in drm_pick_crtcs() local
2260 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()
/drivers/of/
Dfdt.c894 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
899 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
901 best_score = score; in of_flat_dt_match_machine()
Dbase.c1017 int score, best_score = 0; in __of_match_node() local
1025 if (score > best_score) { in __of_match_node()
1027 best_score = score; in __of_match_node()