Home
last modified time | relevance | path

Searched refs:drm_mode_match (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_modes.c1008 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function
1040 EXPORT_SYMBOL(drm_mode_match);
1055 return drm_mode_match(mode1, mode2, in drm_mode_equal()
1078 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks()
1099 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
Ddrm_edid.c2963 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance()
3002 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode()
3067 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance()
3100 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
Ddrm_connector.c1695 if (drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
Ddrm_fb_helper.c2166 if (!drm_mode_match(modes[j], modes[i], in drm_target_cloned()
2190 if (drm_mode_match(mode, dmt_mode, in drm_target_cloned()
/Linux-v4.19/include/drm/
Ddrm_modes.h512 bool drm_mode_match(const struct drm_display_mode *mode1,