Searched refs:drm_mode_match (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_modes.c | 1008 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()
|
D | drm_edid.c | 2963 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()
|
D | drm_connector.c | 1695 if (drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
|
D | drm_fb_helper.c | 2166 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/ |
D | drm_modes.h | 512 bool drm_mode_match(const struct drm_display_mode *mode1,
|