Home
last modified time | relevance | path

Searched refs:drm_mode_sort (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/drm/
Ddrm_modes.h230 void drm_mode_sort(struct list_head *mode_list);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_probe_helper.c221 drm_mode_sort(&connector->modes); in drm_helper_probe_single_connector_modes_merge_bits()
Ddrm_modes.c1148 void drm_mode_sort(struct list_head *mode_list) in drm_mode_sort() function
1152 EXPORT_SYMBOL(drm_mode_sort);
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_hda.c546 drm_mode_sort(&connector->modes); in sti_hda_connector_get_modes()