Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_fb_helper.c1321 int my_score, best_score, score; in drm_pick_crtcs() local
1333 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()
1335 return best_score; in drm_pick_crtcs()
1340 return best_score; in drm_pick_crtcs()
1380 if (score > best_score) { in drm_pick_crtcs()
1382 best_score = score; in drm_pick_crtcs()
1390 return best_score; in drm_pick_crtcs()