Lines Matching full: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.
726 * a pointer to it. Used to create new instances of established modes.
747 * drm_mode_equal - test modes for equality
757 * True if the modes are equal, false otherwise.
761 /* do clock check convert to PICOS so fb modes get matched in drm_mode_equal()
787 * drm_mode_validate_size - make sure modes adhere to size constraints
789 * @mode_list: list of modes to check
798 * modes we probed for @dev against those limits and set their status as
821 * drm_mode_validate_clocks - validate modes against clock limits
823 * @mode_list: list of modes to check
858 * drm_mode_prune_invalid - remove invalid modes from mode list
860 * @mode_list: list of modes to check
867 * remove invalid modes from a mode list. If any of the modes have a
890 * drm_mode_compare - compare modes for favorability
898 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
929 * Sort @mode_list by favorability, putting good modes first.
944 * This moves the modes from the @connector probed_modes list
946 * list and only adds different modes. All modes unverified after this point
947 * will be removed by the prune invalid modes.
958 /* go through current modes checking for the new probed mode */ in drm_mode_connector_list_update()
959 list_for_each_entry(mode, &connector->modes, head) { in drm_mode_connector_list_update()
973 list_move_tail(&pmode->head, &connector->modes); in drm_mode_connector_list_update()
985 * modes and options to configure the connector.