<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h' l='137' type='int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper * fb_helper)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_fb_helper.c' l='93' ll='117' type='int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper * fb_helper)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_fb_helper.c' l='80'>/**
 * drm_fb_helper_single_add_all_connectors() - add all connectors to fbdev
 * 					       emulation helper
 * @fb_helper: fbdev initialized with drm_fb_helper_init
 *
 * This functions adds all the available connectors for use with the given
 * fb_helper. This is a separate step to allow drivers to freely assign
 * connectors to the fbdev, e.g. if some are reserved for special purposes or
 * not adequate to be used for the fbcon.
 *
 * Since this is part of the initial setup before the fbdev is published, no
 * locking is required.
 */</doc>
<use f='src/src/sys/external/bsd/drm2/dist/drm/i915/intel_fbdev.c' l='700' u='c' c='intel_fbdev_init'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fbcon.c' l='543' u='c' c='nouveau_fbcon_init'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/radeon/radeon_fb.c' l='428' u='c' c='radeon_fbdev_init'/>
