Searched refs:best_crtcs (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 1244 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs() argument 1263 best_crtcs[n] = NULL; in drm_pick_crtcs() 1264 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs() 1295 if (best_crtcs[o] == crtc) in drm_pick_crtcs() 1308 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs() 1313 memcpy(best_crtcs, crtcs, in drm_pick_crtcs()
|