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

/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_crtc_helper.c56 struct list_head panel_list; local
58 INIT_LIST_HEAD(&panel_list);
64 list_move_tail(&connector->head, &panel_list);
67 list_splice(&panel_list, &dev->mode_config.connector_list);

Completed in 96 milliseconds