Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_modes.h561 void drm_mode_sort(struct list_head *mode_list);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c697 drm_mode_sort(&connector->modes); in drm_helper_probe_single_connector_modes()
H A Ddrm_modes.c1868 void drm_mode_sort(struct list_head *mode_list) in drm_mode_sort() function
1872 EXPORT_SYMBOL(drm_mode_sort);
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7199 drm_mode_sort(&connector->probed_modes); in amdgpu_dm_connector_ddc_get_modes()