Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_modes.h532 void drm_mode_sort(struct list_head *mode_list);
/Linux-v4.19/drivers/gpu/drm/
Ddrm_probe_helper.c528 drm_mode_sort(&connector->modes); in drm_helper_probe_single_connector_modes()
Ddrm_modes.c1349 void drm_mode_sort(struct list_head *mode_list) in drm_mode_sort() function
1353 EXPORT_SYMBOL(drm_mode_sort);
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c2275 drm_mode_sort(&connector->modes); in vmw_du_connector_fill_modes()