Searched refs:panel_list (Results 1 – 1 of 1) sorted by relevance
54 struct list_head panel_list; in drm_helper_move_panel_connectors_to_head() local56 INIT_LIST_HEAD(&panel_list); in drm_helper_move_panel_connectors_to_head()62 list_move_tail(&connector->head, &panel_list); in drm_helper_move_panel_connectors_to_head()65 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head()