1. NAME▲
drm_helper_move_panel_connectors_to_head - move panels to the front in the connector list
2. SYNOPSIS ▲
void drm_helper_move_panel_connectors_to_head(struct drm_device * dev );
3. ARGUMENTS ▲
dev
drm device to operate on
4. DESCRIPTION ▲
Some userspace presumes that the first connected connector is the main display, where itAqs supposed to display e.g. the login screen. For laptops, this should be the main panel. Use this function to sort all (eDP/LVDS) panels to the front of the connector list, instead of painstakingly trying to initialize them in the right order.
5. AUTHORS ▲
Jesse Barnes <>
Intel Corporation,
Initial version
Laurent Pinchart <>
Ideas on board SPRL,
Driver internals
6. COPYRIGHT ▲