Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_client_modeset.c497 int my_score, best_score, score; in drm_client_pick_crtcs() local
508 best_score = drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs()
511 return best_score; in drm_client_pick_crtcs()
515 return best_score; in drm_client_pick_crtcs()
552 if (score > best_score) { in drm_client_pick_crtcs()
553 best_score = score; in drm_client_pick_crtcs()
559 return best_score; in drm_client_pick_crtcs()
/drivers/of/
Dfdt.c817 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
822 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
824 best_score = score; in of_flat_dt_match_machine()
Dbase.c1113 int score, best_score = 0; in __of_match_node() local
1121 if (score > best_score) { in __of_match_node()
1123 best_score = score; in __of_match_node()