Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_modes.c1009 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()
Ddrm_client_modeset.c266 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()
Ddrm_edid.c3058 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()
Ddrm_connector.c2102 if (drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
/Linux-v5.4/include/drm/
Ddrm_modes.h514 bool drm_mode_match(const struct drm_display_mode *mode1,
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_panel.c57 return drm_mode_match(downclock_mode, fixed_mode, in is_downclock_mode()