Searched refs:drm_pick_crtcs (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1310 static int drm_pick_crtcs(struct drm_fb_helper *fb_helper, in drm_pick_crtcs() function 1333 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs() 1378 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1, in drm_pick_crtcs() 1437 drm_pick_crtcs(fb_helper, crtcs, modes, 0, width, height); in drm_setup_crtcs()
|
/drivers/gpu/drm/gma500/ |
D | psb_drv.h | 709 extern int drm_pick_crtcs(struct drm_device *dev);
|