Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/drm2/
HDdrm_modes.c930 void drm_mode_sort(struct list_head *mode_list) in drm_mode_sort() function
934 EXPORT_SYMBOL(drm_mode_sort);
HDdrm_crtc.h919 extern void drm_mode_sort(struct list_head *mode_list);
HDdrm_crtc_helper.c193 drm_mode_sort(&connector->modes); in drm_helper_probe_single_connector_modes()