Searched refs:my_score (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_client_modeset.c | 492 int my_score, best_score, score; in drm_client_pick_crtcs() local 512 my_score = 1; in drm_client_pick_crtcs() 514 my_score++; in drm_client_pick_crtcs() 516 my_score++; in drm_client_pick_crtcs() 518 my_score++; in drm_client_pick_crtcs() 545 score = my_score + drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 969 int my_score; in xf86PickCrtcs() local 987 my_score = 1; in xf86PickCrtcs() 990 my_score++; in xf86PickCrtcs() 993 my_score++; in xf86PickCrtcs() 1030 my_score + xf86PickCrtcs(scrn, crtcs, modes, n + 1, width, height); in xf86PickCrtcs()
|