Home
last modified time | relevance | path

Searched refs:panel_list (Results 1 – 2 of 2) sorted by relevance

/drivers/video/mmp/
Dcore.c71 static LIST_HEAD(panel_list);
91 list_add_tail(&panel->node, &panel_list); in mmp_register_panel()
190 list_for_each_entry(panel, &panel_list, node) { in mmp_register_path()
/drivers/gpu/drm/
Ddrm_crtc_helper.c56 struct list_head panel_list; in drm_helper_move_panel_connectors_to_head() local
58 INIT_LIST_HEAD(&panel_list); in drm_helper_move_panel_connectors_to_head()
64 list_move_tail(&connector->head, &panel_list); in drm_helper_move_panel_connectors_to_head()
67 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head()