Searched refs:drm_mode_match (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_modes.c | 1009 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function 1041 EXPORT_SYMBOL(drm_mode_match); 1056 return drm_mode_match(mode1, mode2, in drm_mode_equal() 1079 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks() 1100 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
|
| D | drm_client_modeset.c | 266 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() 289 if (drm_mode_match(mode, dmt_mode, in drm_client_target_cloned()
|
| D | drm_edid.c | 3058 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance() 3097 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode() 3162 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance() 3195 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
|
| D | drm_connector.c | 2102 if (drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
|
| /Linux-v5.4/include/drm/ |
| D | drm_modes.h | 514 bool drm_mode_match(const struct drm_display_mode *mode1,
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_panel.c | 57 return drm_mode_match(downclock_mode, fixed_mode, in is_downclock_mode()
|