drm_mode_match
if (!drm_mode_match(modes[j], modes[i],
if (drm_mode_match(mode, dmt_mode,
drm_mode_match(mode_itr, mode,
if (drm_mode_match(to_match, &cea_mode, match_flags))
if (drm_mode_match(to_match, &cea_mode, match_flags))
if (drm_mode_match(to_match, hdmi_mode, match_flags))
drm_mode_match(to_match, hdmi_mode, match_flags))
EXPORT_SYMBOL(drm_mode_match);
return drm_mode_match(mode1, mode2,
return drm_mode_match(mode1, mode2,
return drm_mode_match(mode1, mode2,
return drm_mode_match(mode1, mode2,
return drm_mode_match(mode, preferred_mode,
if (drm_mode_match(req_mode, &meson_mode->mode,
if (drm_mode_match(&crtc_state->mode,
bool drm_mode_match(const struct drm_display_mode *mode1,