Searched refs:to_match (Results 1 – 2 of 2) sorted by relevance
4044 u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_cea_mode_clock_tolerance() argument4049 if (!to_match->clock) in drm_match_cea_mode_clock_tolerance()4060 if (abs(to_match->clock - clock1) > clock_tolerance && in drm_match_cea_mode_clock_tolerance()4061 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_cea_mode_clock_tolerance()4064 if (drm_mode_equal_no_clocks(to_match, cea_mode)) in drm_match_cea_mode_clock_tolerance()4081 u8 drm_match_hdmi_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_hdmi_mode_clock_tolerance() argument4086 if (!to_match->clock) in drm_match_hdmi_mode_clock_tolerance()4097 if (abs(to_match->clock - clock1) > clock_tolerance && in drm_match_hdmi_mode_clock_tolerance()4098 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_hdmi_mode_clock_tolerance()4101 if (drm_mode_equal_no_clocks(to_match, hdmi_mode)) in drm_match_hdmi_mode_clock_tolerance()[all …]
374 u8 drm_match_cea_mode(struct drm_display_mode *to_match);