HomeSort by: relevance | last modified time | path
    Searched refs:mode_list (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 536 struct list_head *mode_list, bool verbose);
537 void drm_mode_sort(struct list_head *mode_list);
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 211 %type <value> mode_value mode_list macro_arglist
395 T_MODES mode_list
401 mode_list: label
406 | mode_list ',' mode_value
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 1302 * @mode_list: list of modes to check
1311 struct list_head *mode_list, bool verbose)
1315 list_for_each_entry_safe(mode, t, mode_list, head) {
1367 * @mode_list: list of drm_display_mode structures to sort
1369 * Sort @mode_list by favorability, moving good modes to the head of the list.
1371 void drm_mode_sort(struct list_head *mode_list)
1373 list_sort(NULL, mode_list, drm_mode_compare);

Completed in 18 milliseconds