Searched refs:best_score (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c662 int my_score, best_score, score; local
676 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height);
678 return best_score;
683 return best_score;
723 if (score > best_score) {
724 best_score = score;
732 return best_score;
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1034 int best_score; local
1049 best_score = pick_crtcs_score (outputs);
1051 return best_score;
1077 if (score > best_score)
1080 best_score = score;
1090 return best_score;

Completed in 16 milliseconds