drm_mode_sort
extern void drm_mode_sort(struct list_head *mode_list);
drm_mode_sort(&connector->modes);
EXPORT_SYMBOL(drm_mode_sort);