Name

drm_fb_helper_single_add_all_connectors — add all connectors to fbdev emulation helper

Synopsis

int drm_fb_helper_single_add_all_connectors (struct drm_fb_helper * fb_helper);
 

Arguments

fb_helper

fbdev initialized with drm_fb_helper_init

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.

This function is protected against concurrent connector hotadds/removals using drm_fb_helper_add_one_connector and drm_fb_helper_remove_one_connector.