Lines Matching refs:modes

82  * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c.
488 * And it is copied from the file of xserver/hw/xfree86/modes/xf86gtf.c.
528 * drm_mode_list_concat - move modes from one list to another
535 * Move all the modes from @head to @new.
595 * Return @modes's hsync rate in kHz, rounded to the nearest int.
745 * a pointer to it. Used to create new instances of established modes.
763 * drm_mode_equal - test modes for equality
773 * True if the modes are equal, false otherwise.
777 /* do clock check convert to PICOS so fb modes get matched
803 * drm_mode_validate_size - make sure modes adhere to size constraints
805 * @mode_list: list of modes to check
814 * modes we probed for @dev against those limits and set their status as
837 * drm_mode_validate_clocks - validate modes against clock limits
839 * @mode_list: list of modes to check
874 * drm_mode_prune_invalid - remove invalid modes from mode list
876 * @mode_list: list of modes to check
883 * remove invalid modes from a mode list. If any of the modes have a
906 * drm_mode_compare - compare modes for favorability
914 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
945 * Sort @mode_list by favorability, putting good modes first.
960 * This moves the modes from the @connector probed_modes list
962 * list and only adds different modes. All modes unverified after this point
963 * will be removed by the prune invalid modes.
974 /* go through current modes checking for the new probed mode */
975 list_for_each_entry(mode, &connector->modes, head) {
989 list_move_tail(&pmode->head, &connector->modes);
1001 * modes and options to configure the connector.