Sort mode list
void drm_mode_sort(struct list_head * mode_list);
mode_list
list of drm_display_mode structures to sort
Sort mode_list by favorability, moving good modes to the head of the list.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place