Searched refs:crtcs (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 1254 struct drm_fb_helper_crtc **crtcs, *crtc; in drm_pick_crtcs() local 1268 crtcs = malloc(dev->mode_config.num_connector * in drm_pick_crtcs() 1270 if (!crtcs) in drm_pick_crtcs() 1307 crtcs[n] = crtc; in drm_pick_crtcs() 1308 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs() 1309 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1, in drm_pick_crtcs() 1313 memcpy(best_crtcs, crtcs, in drm_pick_crtcs() 1319 free(crtcs, DRM_MEM_KMS); in drm_pick_crtcs() 1326 struct drm_fb_helper_crtc **crtcs; in drm_setup_crtcs() local 1338 crtcs = malloc(dev->mode_config.num_connector * in drm_setup_crtcs() [all …]
|