Lines Matching refs:modes
83 * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c.
491 * And it is copied from the file of xserver/hw/xfree86/modes/xf86gtf.c.
554 * read from DT. To get multiple modes start with of_get_display_timings and
597 * drm_mode_list_concat - move modes from one list to another
604 * Move all the modes from @head to @new.
661 * Return @modes's hsync rate in kHz, rounded to the nearest int.
805 * a pointer to it. Used to create new instances of established modes.
822 * drm_mode_equal - test modes for equality
832 * True if the modes are equal, false otherwise.
836 /* do clock check convert to PICOS so fb modes get matched
848 * drm_mode_equal_no_clocks - test modes for equality
859 * True if the modes are equal, false otherwise.
880 * drm_mode_validate_size - make sure modes adhere to size constraints
882 * @mode_list: list of modes to check
891 * modes we probed for @dev against those limits and set their status as
914 * drm_mode_validate_clocks - validate modes against clock limits
916 * @mode_list: list of modes to check
951 * drm_mode_prune_invalid - remove invalid modes from mode list
953 * @mode_list: list of modes to check
960 * remove invalid modes from a mode list. If any of the modes have a
982 * drm_mode_compare - compare modes for favorability
989 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
1025 * Sort @mode_list by favorability, putting good modes first.
1037 * In most cases, the modes is ordered.
1083 * This moves the modes from the @connector probed_modes list
1085 * list and only adds different modes. All modes unverified after this point
1086 * will be removed by the prune invalid modes.
1098 /* go through current modes checking for the new probed mode */
1099 list_for_each_entry(mode, struct drm_display_mode, &connector->modes, head) {
1113 list_move_tail(&pmode->head, &connector->modes, (caddr_t)pmode);