Searched refs:best_crtcs (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1897 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs() argument 1915 best_crtcs[n] = NULL; in drm_pick_crtcs() 1916 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs() 1947 if (best_crtcs[o] == crtc) in drm_pick_crtcs() 1960 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs() 1965 memcpy(best_crtcs, crtcs, in drm_pick_crtcs()
|