Searched refs:best_crtcs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1547 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs() argument 1565 best_crtcs[n] = NULL; in drm_pick_crtcs() 1566 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs() 1597 if (best_crtcs[o] == crtc) in drm_pick_crtcs() 1610 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs() 1615 memcpy(best_crtcs, crtcs, in drm_pick_crtcs()
|