1. NAME▲
drm_fb_helper_single_add_all_connectors - add all connectors to fbdev emulation helper
2. SYNOPSIS ▲
int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper * fb_helper );
3. ARGUMENTS ▲
fb_helper
fbdev initialized with drm_fb_helper_init
4. DESCRIPTION ▲
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.
5. AUTHORS ▲
Jesse Barnes <>
Intel Corporation,
Initial version
Laurent Pinchart <>
Ideas on board SPRL,
Driver internals
6. COPYRIGHT ▲